Changeset 14303


Ignore:
Timestamp:
08/02/12 09:57:01 (12 years ago)
Author:
tbretz
Message:
Removed double include at the first line and added missing include of glu.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/BasicGlCamera.cc

    r12859 r14303  
    11#include "BasicGlCamera.h"
    2 #include "BasicGlCamera.h"
     2
    33#include <math.h>
     4
    45#include <fstream>
    56#include <iostream>
    67#include <string>
    78#include <sstream>
     9#include <algorithm>
     10
     11#include <GL/glu.h>
     12
     13#include "src/Time.h"
    814#include "src/tools.h"
    9 
    10 #include <algorithm>
    11 #include "src/Time.h"
    1215
    1316using namespace std;;
Note: See TracChangeset for help on using the changeset viewer.