WooHoo me again ;)

I took out the following from the includes in the intern dir that still had
it:
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-12-26 18:25:17 +00:00
parent 331fffaecb
commit f78de74b20
128 changed files with 0 additions and 579 deletions

View File

@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_GlutDrawer
#define NAN_INCLUDED_GlutDrawer
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h"
#include "MEM_SmartPtr.h"

View File

@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_GlutKeyboardManager
#define NAN_INCLUDED_GlutKeyboardManager
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h"
#include "MEM_SmartPtr.h"

View File

@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_GlutMouseManager_h
#define NAN_INCLUDED_GlutMouseManager_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h"
#include "MEM_SmartPtr.h"

View File

@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_ChainDrawer_h
#define NAN_INCLUDED_ChainDrawer_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../common/GlutDrawer.h"
#include "MyGlutMouseHandler.h"
#include "MyGlutKeyHandler.h"

View File

@@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_MyGlutKeyHandler_h
#define NAN_INCLUDED_MyGlutKeyHandler_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../common/GlutKeyboardManager.h"
class MyGlutKeyHandler : public GlutKeyboardHandler

View File

@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MyGlutMouseHandler_h
#define NAN_INCLUDED_MyGlutMouseHandler_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../common/GlutMouseManager.h"
#include <GL/glut.h>
#include "IK_solver.h"