Changeset 1328 for trunk


Ignore:
Timestamp:
Mar 14, 2009, 8:02:53 PM (16 years ago)
Author:
gah
Message:

added missing assert.h headers

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/src/RpDaemon.c

    r1326 r1328  
    1919#include <fcntl.h>
    2020#include <errno.h>
     21#include <assert.h>
    2122
    2223static int RpDaemonCmd _ANSI_ARGS_((ClientData cdata,
  • trunk/packages/vizservers/nanovis/Command.cpp

    r1325 r1328  
    4040 */
    4141
     42#include <assert.h>
     43#include <stdlib.h>
    4244#include <tcl.h>
    43 #include <stdlib.h>
    44 #include "Trace.h"
    45 #include "Command.h"
    46 #include "nanovis.h"
    47 #include "CmdProc.h"
    4845
    4946#include <RpField1D.h>
     
    5552#include <RpAVTranslate.h>
    5653
     54#include "Trace.h"
     55#include "Command.h"
     56#include "nanovis.h"
     57#include "CmdProc.h"
    5758#include "transfer-function/TransferFunctionMain.h"
    5859#include "transfer-function/ControlPoint.h"
  • trunk/packages/vizservers/nanovis/VolumeRenderer.cpp

    r1258 r1328  
    1414 */
    1515
     16#include <assert.h>
     17#include <time.h>
     18#include <sys/time.h>
     19#include "nanovis.h"
    1620#include <R2/R2string.h>
    1721#include <R2/R2FilePath.h>
     
    1923#include "VolumeInterpolator.h"
    2024#include "NvStdVertexShader.h"
    21 #include <time.h>
    22 #include <sys/time.h>
    2325#include "Trace.h"
    24 #include "nanovis.h"
    2526#include "Grid.h"
    2627
  • trunk/packages/vizservers/nanovis/nanovis.cpp

    r1325 r1328  
    1616 */
    1717
     18#include <assert.h>
    1819#include <fcntl.h>
    1920#include <fstream>
  • trunk/src/core/RpDXWriter.cc

    r1325 r1328  
    1818#include <cfloat>
    1919#include <RpDXWriter.h>
    20 
     20#include <assert.h>
    2121using namespace Rappture;
    2222
  • trunk/src/core/RpPtr.cc

    r1018 r1328  
    1313#include <stdlib.h>
    1414#include <RpPtr.h>
     15#include <assert.h>
    1516
    1617using namespace Rappture;
  • trunk/src/core2/RpMeshPrism3D.cc

    r657 r1328  
    1313 * ======================================================================
    1414 */
     15#include <assert.h>
    1516#include "RpMeshPrism3D.h"
    1617
  • trunk/src/core2/RpMeshTri2D.cc

    r657 r1328  
    1414 */
    1515#include <math.h>
     16#include <assert.h>
    1617#include <iostream>
    1718#include "RpMeshTri2D.h"
    18 
    1919using namespace Rappture;
    2020
Note: See TracChangeset for help on using the changeset viewer.