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

@@ -41,10 +41,6 @@
#ifndef _H_IMG_Pixmap
#define _H_IMG_Pixmap
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GEN_Types.h"
#include "GEN_Rect.h"

View File

@@ -45,11 +45,6 @@
#ifndef _H_IMG_PixmapRGBA32
#define _H_IMG_PixmapRGBA32
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "IMG_Pixmap.h"
#include "IMG_MemPtr.h"
#include "IMG_Color.h"

View File

@@ -43,13 +43,8 @@
#ifndef _H_IMG_Color
#define _H_IMG_Color
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class IMG_ColorRGBA;
class IMG_ColorRGB {
public:
/**

View File

@@ -40,10 +40,6 @@
#include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* A memory pointer for memory of any type.
* It can be used to avoid memory leaks when allocating memory in constructors.