From 7bcef50e3b044303a7bf36abef8f0b63e22d3bbe Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 16 Dec 2002 14:12:48 +0000 Subject: [PATCH] Removed reference to osg/MemoryManager. --- include/osgTXP/Export.h | 2 -- src/osgText/FTGL.h | 3 --- 2 files changed, 5 deletions(-) diff --git a/include/osgTXP/Export.h b/include/osgTXP/Export.h index 9ed7a45c2..49b1b0370 100644 --- a/include/osgTXP/Export.h +++ b/include/osgTXP/Export.h @@ -24,6 +24,4 @@ # define OSGTXP_EXPORT #endif -#include - #endif diff --git a/src/osgText/FTGL.h b/src/osgText/FTGL.h index 24ee3db65..88b54121d 100644 --- a/src/osgText/FTGL.h +++ b/src/osgText/FTGL.h @@ -109,7 +109,4 @@ # define FTGL_EXPORT #endif -#include - - #endif // __FTGL__