* It now compiles.
[scdataviz] / src / graphwidget.h
index cb2e390..9f52b7c 100644 (file)
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ** Started on  Thu Jul 17 10:51:32 2008 Johnny Q. Hacker
-** Last update Thu Oct  8 14:28:34 2009 Johnny Q. Hacker
+** Last update Thu Oct 15 22:16:50 2009 Johnny Q. Hacker
 */
 
 #ifndef        GRAPHWIDGET_H_
 #define GRAPHWIDGET_H_
 
 #include <gtk/gtkdrawingarea.h>
-#include <graph.h>
+#include "graph.h"
 
 typedef struct _GraphWidget {
   GtkDrawingArea parent_instance;