Changeset 4886 for nanovis/branches


Ignore:
Timestamp:
Dec 19, 2014, 5:28:34 PM (10 years ago)
Author:
ldelgass
Message:

cleanup includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.1/nanovis.h

    r4881 r4886  
    1717#define NV_NANOVIS_H
    1818
    19 #include <math.h>
    20 #include <stddef.h> // For size_t
    21 #include <stdio.h>
    22 #include <sys/time.h>  // For struct timeval
    23 #include <sys/types.h> // For pid_t
     19#include <cstddef> // For size_t
     20#include <string>
     21#include <tr1/unordered_map>
    2422
    2523#include <tcl.h>
    2624
    2725#include <GL/glew.h>
    28 
    29 #include <vector>
    30 #include <iostream>
    31 #include <tr1/unordered_map>
    3226
    3327#include <vrmath/Vector3f.h>
Note: See TracChangeset for help on using the changeset viewer.