Don't refference simgear_config.h because this header gets installed :-(

This commit is contained in:
ehofman 2005-09-18 21:05:04 +00:00
parent 0a7a815124
commit 72984cc4a8

View File

@ -27,13 +27,9 @@
#ifndef _SG_LOWLEVEL_HXX
#define _SG_LOWLEVEL_HXX
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <stdio.h>
#include <zlib.h>
#ifdef HAVE_STDINT_H
#ifndef _MSC_VER
# include <stdint.h>
#endif