babl r392 - in trunk: . babl



Author: martinn
Date: Fri Feb 20 21:10:03 2009
New Revision: 392
URL: http://svn.gnome.org/viewvc/babl?rev=392&view=rev

Log:
Include headers in babl.h as system headers

Modified:
   trunk/ChangeLog
   trunk/babl/babl.h

Modified: trunk/babl/babl.h
==============================================================================
--- trunk/babl/babl.h	(original)
+++ trunk/babl/babl.h	Fri Feb 20 21:10:03 2009
@@ -20,9 +20,9 @@
 #define _BABL_H
 
 #define BABL_INSIDE_BABL_H
-#include "babl-version.h"
-#include "babl-macros.h"
-#include "babl-types.h"
+#include <babl/babl-macros.h>
+#include <babl/babl-types.h>
+#include <babl/babl-version.h>
 #undef BABL_INSIDE_BABL_H
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]