summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-15 03:21:16 +0000
committerDana Jansens <danakj@orodu.net>2002-11-15 03:21:16 +0000
commit8d397c0d8b73c1914522c947fcdce49aae52b28b (patch)
treea597bdd5f91f81a6c14f8ce7b84959e0db0364c2 /otk
parentd7848facac926b81a40f7ae39c465843a79bb414 (diff)
update headers to whats required
Diffstat (limited to 'otk')
-rw-r--r--otk/Makefile.am2
-rw-r--r--otk/font.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 936937cd..959a8433 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -26,7 +26,7 @@ configuration.o: configuration.cc configuration.hh util.hh
focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \
point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
screeninfo.hh timer.hh configuration.hh
-font.o: font.cc font.hh util.hh gccache.hh display.hh color.hh \
+font.o: font.cc font.hh util.hh display.hh display.hh color.hh \
screeninfo.hh rect.hh point.hh
gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
screeninfo.hh rect.hh point.hh
diff --git a/otk/font.cc b/otk/font.cc
index 121f4fa7..a68aeba2 100644
--- a/otk/font.cc
+++ b/otk/font.cc
@@ -19,7 +19,7 @@ using std::endl;
#include "font.hh"
#include "util.hh"
-#include "gccache.hh"
+#include "display.hh"
#include "color.hh"
#include "screeninfo.hh"