Where possible moved redundent C header includes from headers to source files
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
#include <osg/GraphicsContext>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
const std::string FILE_IDENTIFER("osgphotoalbum photo archive");
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string.h>
|
||||
|
||||
class WindowCaptureCallback : public osg::Camera::DrawCallback
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user