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:
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user