* It now compiles.
[scdataviz] / src / graphwidget.c
index beba3c9..978cc3f 100644 (file)
 **  at http://gnomejournal.org/article/34/writing-a-widget-using-cairo-and-gtk28
 
 ** Started on  Thu Jul 17 10:51:32 2008 Johnny Q. Hacker
-** Last update Thu Oct  8 17:13:50 2009 Johnny Q. Hacker
+** Last update Thu Oct 15 21:53:34 2009 Johnny Q. Hacker
 */
 
-#include <graphwidget.h>
 #include <math.h>
+#include "graphwidget.h"
 
 G_DEFINE_TYPE(GraphWidget, graph_widget, GTK_TYPE_DRAWING_AREA);