summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dialog.cc4
-rw-r--r--src/dialog.hh2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/dialog.cc b/src/dialog.cc
index b9954d1f..1934e9a1 100644
--- a/src/dialog.cc
+++ b/src/dialog.cc
@@ -13,13 +13,10 @@
#include <math.h> // for rint()
-#include <fltk/events.h> // for the unfortunate (temporary?) event key testing
#include <fltk/Window.h>
#include <fltk/ask.h>
#include <fltk/file_chooser.h>
#include <fltk/TextBuffer.h>
-#include <fltk/Input.h>
-#include <fltk/CheckButton.h>
#include <fltk/ReturnButton.h>
#include <fltk/TextDisplay.h>
#include <fltk/HighlightButton.h>
@@ -27,7 +24,6 @@
#include "msg.h"
#include "dialog.hh"
#include "misc.h"
-#include "uicmd.hh"
#include "prefs.h"
using namespace fltk;
diff --git a/src/dialog.hh b/src/dialog.hh
index 98852a2d..5a30d0a8 100644
--- a/src/dialog.hh
+++ b/src/dialog.hh
@@ -1,8 +1,6 @@
#ifndef __DIALOG_HH__
#define __DIALOG_HH__
-#include "bw.h"
-
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */