summaryrefslogtreecommitdiff
path: root/util/epist/screen.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-01 02:27:17 +0000
committerDana Jansens <danakj@orodu.net>2002-11-01 02:27:17 +0000
commiteb19a6b69e89c6adae1b99705b0a26edc344c87a (patch)
treea1d98fe35fdf9117692d6b383122ef199fff1b38 /util/epist/screen.cc
parent54c96668d958c0604f697958db6a7c5268d7b4a5 (diff)
make epist compile with the new code base
Diffstat (limited to 'util/epist/screen.cc')
-rw-r--r--util/epist/screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc
index ca029652..25f16193 100644
--- a/util/epist/screen.cc
+++ b/util/epist/screen.cc
@@ -57,8 +57,8 @@ using std::hex;
using std::dec;
using std::string;
-#include "../../src/BaseDisplay.hh"
-#include "../../src/XAtom.hh"
+#include "../../src/basedisplay.hh"
+#include "../../src/xatom.hh"
#include "screen.hh"
#include "epist.hh"
#include "config.hh"