rnd-19981118-2
[rocksndiamonds.git] / src / gifload.h
diff --git a/src/gifload.h b/src/gifload.h
deleted file mode 100644 (file)
index 1f8cf1c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/***********************************************************
-*  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
-*----------------------------------------------------------*
-*  (c) 1995-98 Artsoft Entertainment                       *
-*              Holger Schemel                              *
-*              Oststrasse 11a                              *
-*              33604 Bielefeld                             *
-*              phone: ++49 +521 290471                     *
-*              email: aeglos@valinor.owl.de                *
-*----------------------------------------------------------*
-*  gifload.h                                               *
-***********************************************************/
-
-#ifndef GIFLOAD_H
-#define GIFLOAD_H
-
-#ifndef MSDOS
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-#endif
-
-#endif