1
0
Fork 0

Make sure pu.h doesn't include glut by accident.

This commit is contained in:
ehofman 2004-04-29 09:36:27 +00:00
parent 2069bf3eb1
commit e83af4e235
3 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,10 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <iostream>
#include <plib/pu.h>
#include <simgear/debug/logstream.hxx>

View file

@ -7,6 +7,10 @@
# error This library requires C++
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <plib/pu.h>
#include <simgear/compiler.h> // for SG_USING_STD

View file

@ -3,6 +3,10 @@
#ifndef __PULIST_HXX
#define __PULIST_HXX 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <plib/pu.h>