summaryrefslogtreecommitdiff
path: root/mtsupport.c
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2017-12-20 21:48:48 -0800
committerRuss Allbery <rra@debian.org>2017-12-20 21:48:48 -0800
commit89adbd59353dd3a0944de2c86288976329f2b1dc (patch)
tree050c4b8b379636dda63d2e9290df797cb3ec2d7a /mtsupport.c
parenta92a560637b87da633f44af0049f55e419a0dd05 (diff)
New upstream version 1.06.001
Diffstat (limited to 'mtsupport.c')
-rw-r--r--mtsupport.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/mtsupport.c b/mtsupport.c
index 3b04ba4..4a03827 100644
--- a/mtsupport.c
+++ b/mtsupport.c
@@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: mtsupport.c,v 1.10 2015/01/17 21:56:19 mdpetch Exp $
+ * $Id: mtsupport.c,v 1.11 2017/06/28 20:11:50 plm Exp $
*/
#include "config.h"
@@ -28,12 +28,10 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#if USE_GTK
-#include <gtk/gtk.h>
+#if defined(USE_GTK)
#include <gtkgame.h>
#endif
-#include "speed.h"
#include "rollout.h"
#include "util.h"
#include "lib/simd.h"
@@ -491,8 +489,7 @@ multi_debug(const char *str, ...)
#else
#include "multithread.h"
#include <stdlib.h>
-#if USE_GTK
-#include <gtk/gtk.h>
+#if defined(USE_GTK)
#include <gtkgame.h>
#endif