Clean up of headers.

This commit is contained in:
Robert Osfield
2004-03-07 14:21:11 +00:00
parent bd80dee903
commit ccefa05523
5 changed files with 4 additions and 32 deletions

View File

@@ -13,6 +13,7 @@
#include <osg/Notify>
#include <string>
#include <iostream>
#include <fstream>
using namespace std;

View File

@@ -1,5 +1,6 @@
#include <osgGA/AnimationPathManipulator>
#include <stdio.h>
#include <fstream>
using namespace osgGA;

View File

@@ -5,6 +5,7 @@
#include <osg/BlendFunc>
#include <algorithm>
#include <fstream>
using namespace osgProducer;