1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/graphics/giram/files/patch-src+texture.c
Alexey Dokuchaev 15ae431f93 - Resurrect this port, make it build cleanly
- Take maintainership

Approved by:	fjoe (mentor, implicit), linimon
2004-10-27 09:02:53 +00:00

16 lines
412 B
C

--- src/texture.c.orig Tue Jul 9 02:02:23 2002
+++ src/texture.c Tue Oct 26 17:04:03 2004
@@ -21,10 +21,10 @@
#include <string.h>
#undef GTK_DISABLE_DEPRECATED
#warning GTK_DISABLE_DEPRECATED
-#include "giram.h"
-#include "utils.h"
#include "widgets/gtkcolorbutton.h"
#include "widgets/gtkcolormapbutton.h"
+#include "giram.h"
+#include "utils.h"
#include "texture.h"
#include "widgets/giramwidgets.h"