summaryrefslogtreecommitdiff
path: root/dselect/curkeys.cc
diff options
context:
space:
mode:
authorGuy Maor <maor@debian.org>1999-01-29 08:53:59 +0000
committerGuy Maor <maor@debian.org>1999-01-29 08:53:59 +0000
commit144d63847622fb578b306a18d1e848b240771f64 (patch)
treeed6bf749e61d8c1aa39aef81e6767bbf0cbc5f43 /dselect/curkeys.cc
parent026b9db8830c1cebfda297cd9fdb22d5aa60dea3 (diff)
downloaddpkg-144d63847622fb578b306a18d1e848b240771f64.tar.gz
dpkg 1.4.1
Diffstat (limited to 'dselect/curkeys.cc')
-rw-r--r--dselect/curkeys.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dselect/curkeys.cc b/dselect/curkeys.cc
index 532b2695d..f22c9b680 100644
--- a/dselect/curkeys.cc
+++ b/dselect/curkeys.cc
@@ -21,13 +21,13 @@
extern "C" {
#include <ncurses/curses.h>
-#include "config.h"
-#include "dpkg.h"
-#include "dpkg-db.h"
+#include <config.h>
+#include <dpkg.h>
+#include <dpkg-db.h>
}
#include "dselect.h"
#include "bindings.h"
const keybindings::keyname keybindings::keynames[] = {
-#include "curkeys.inc"
+#include "curkeys.h"
};