blob: 339577bf34f7788c7305711504b1223022afa542 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/view.c.orig Sat Aug 10 02:25:18 2002
+++ src/view.c Tue Oct 26 17:04:03 2004
@@ -22,8 +22,9 @@
#include <unistd.h>
#include <math.h>
#include <string.h>
-#include "giram.h"
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtkitemfactory.h>
+#include "giram.h"
#include "tools/tools.h"
#include "tools/tool_select.h"
|