diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-15 03:21:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-15 03:21:16 +0000 |
| commit | 8d397c0d8b73c1914522c947fcdce49aae52b28b (patch) | |
| tree | a597bdd5f91f81a6c14f8ce7b84959e0db0364c2 /otk | |
| parent | d7848facac926b81a40f7ae39c465843a79bb414 (diff) | |
update headers to whats required
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/Makefile.am | 2 | ||||
| -rw-r--r-- | otk/font.cc | 2 |
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" |
