aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-22 20:30:52 +0200
committerjcid <devnull@localhost>2008-05-22 20:30:52 +0200
commit457fcd06bb5eb1a7546addc85f1963e8401e21af (patch)
treee2fceeb8f1650b64cf23a3047cc45ae1d6246ec8
parent5bebce82075f689f7cf0d749ecd2498bd4c52ff7 (diff)
- removed some unnecessary includes.
-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 */