From f78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 26 Dec 2002 18:25:17 +0000 Subject: WooHoo me again ;) I took out the following from the includes in the intern dir that still had it: -#ifdef HAVE_CONFIG_H -#include -#endif Kent -- mein@cs.umn.edu --- intern/ghost/test/multitest/Basic.h | 5 ----- intern/ghost/test/multitest/EventToBuf.h | 5 ----- intern/ghost/test/multitest/GL.h | 4 ---- intern/ghost/test/multitest/ScrollBar.h | 4 ---- intern/ghost/test/multitest/Util.h | 4 ---- intern/ghost/test/multitest/WindowData.h | 5 ----- 6 files changed, 27 deletions(-) (limited to 'intern/ghost/test') diff --git a/intern/ghost/test/multitest/Basic.h b/intern/ghost/test/multitest/Basic.h index f3cd424a37a..94fb0cdfc17 100644 --- a/intern/ghost/test/multitest/Basic.h +++ b/intern/ghost/test/multitest/Basic.h @@ -29,11 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - - int min_i (int a, int b); int max_i (int a, int b); diff --git a/intern/ghost/test/multitest/EventToBuf.h b/intern/ghost/test/multitest/EventToBuf.h index 2e93d946f56..0324af1f73f 100644 --- a/intern/ghost/test/multitest/EventToBuf.h +++ b/intern/ghost/test/multitest/EventToBuf.h @@ -29,11 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - char *eventtype_to_string(GHOST_TEventType type); - void event_to_buf(GHOST_EventHandle evt, char buf[128]); diff --git a/intern/ghost/test/multitest/GL.h b/intern/ghost/test/multitest/GL.h index 7aa21093fae..7a96ae9e9f8 100644 --- a/intern/ghost/test/multitest/GL.h +++ b/intern/ghost/test/multitest/GL.h @@ -29,10 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - #if defined(WIN32) || defined(__APPLE__) #ifdef WIN32 diff --git a/intern/ghost/test/multitest/ScrollBar.h b/intern/ghost/test/multitest/ScrollBar.h index 809afa5dad8..b49ad041415 100644 --- a/intern/ghost/test/multitest/ScrollBar.h +++ b/intern/ghost/test/multitest/ScrollBar.h @@ -29,10 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - typedef struct _ScrollBar ScrollBar; diff --git a/intern/ghost/test/multitest/Util.h b/intern/ghost/test/multitest/Util.h index 18a81939d2c..e3e51824515 100644 --- a/intern/ghost/test/multitest/Util.h +++ b/intern/ghost/test/multitest/Util.h @@ -29,10 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - void* memdbl (void *mem, int *size_pr, int item_size); char* string_dup (char *str); diff --git a/intern/ghost/test/multitest/WindowData.h b/intern/ghost/test/multitest/WindowData.h index 7d2ca67212a..10a1ca710f2 100644 --- a/intern/ghost/test/multitest/WindowData.h +++ b/intern/ghost/test/multitest/WindowData.h @@ -29,12 +29,7 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - typedef void (*WindowDataHandler)(void *priv, GHOST_EventHandle evt); - typedef struct _WindowData WindowData; /***/ -- cgit v1.2.3