From c601d9fc731ba16f720a81059fbb7b021b8461f0 Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Tue, 12 Apr 2005 15:00:43 +0000
Subject: [PATCH] reorder includes to avoid incompatible MAXFLOAT definition on
 SGIs

---
 lib/gvc/gvplugin.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/gvc/gvplugin.c b/lib/gvc/gvplugin.c
index b34e35431..7839ecb08 100644
--- a/lib/gvc/gvplugin.c
+++ b/lib/gvc/gvplugin.c
@@ -22,14 +22,14 @@
 #include	<stdlib.h>
 #include	<string.h>
 
-#include        "types.h"
-#include        "macros.h"
-#include        "gvc.h"
-
 #ifndef DISABLE_LTDL
 #include	<ltdl.h>
 #endif
 
+#include        "types.h"
+#include        "macros.h"
+#include        "gvc.h"
+
 /*
  * Define an apis array of name strings using an enumerated api_t as index.
  * The enumerated type is defined gvplugin.h.  The apis array is
-- 
2.40.0