[Pinfo-devel] r240 - pinfo/branches/cxx/src
Nathanael Nerode
neroden-guest at costa.debian.org
Mon Sep 26 02:18:15 UTC 2005
Author: neroden-guest
Date: 2005-09-26 02:18:14 +0000 (Mon, 26 Sep 2005)
New Revision: 240
Modified:
pinfo/branches/cxx/src/common_includes.h
pinfo/branches/cxx/src/mainfunction.cxx
pinfo/branches/cxx/src/manual.cxx
pinfo/branches/cxx/src/parse_config.cxx
pinfo/branches/cxx/src/signal_handler.cxx
pinfo/branches/cxx/src/utils.cxx
Log:
More includes cleanup.
Modified: pinfo/branches/cxx/src/common_includes.h
===================================================================
--- pinfo/branches/cxx/src/common_includes.h 2005-09-26 02:14:16 UTC (rev 239)
+++ pinfo/branches/cxx/src/common_includes.h 2005-09-26 02:18:14 UTC (rev 240)
@@ -70,7 +70,6 @@
#include "mainfunction.h"
#include "utils.h"
#include "parse_config.h"
-#include "keyboard.h"
#include "initializelinks.h"
/* I hear voices, that it is needed by RH5.2 ;) */
Modified: pinfo/branches/cxx/src/mainfunction.cxx
===================================================================
--- pinfo/branches/cxx/src/mainfunction.cxx 2005-09-26 02:14:16 UTC (rev 239)
+++ pinfo/branches/cxx/src/mainfunction.cxx 2005-09-26 02:18:14 UTC (rev 240)
@@ -31,6 +31,7 @@
#include <ctype.h>
#include "colors.h"
+#include "keyboard.h"
#include "printinfo.h"
#include "regexp_search.h"
#include "video.h"
Modified: pinfo/branches/cxx/src/manual.cxx
===================================================================
--- pinfo/branches/cxx/src/manual.cxx 2005-09-26 02:14:16 UTC (rev 239)
+++ pinfo/branches/cxx/src/manual.cxx 2005-09-26 02:18:14 UTC (rev 240)
@@ -30,9 +30,10 @@
#include <sys/stat.h>
#include "colors.h"
+#include "keyboard.h"
+#include "manual.h"
#include "regexp_search.h"
#include "tmpfiles.h"
-#include "manual.h"
#define HTTPSECTION 100
#define FTPSECTION 101
Modified: pinfo/branches/cxx/src/parse_config.cxx
===================================================================
--- pinfo/branches/cxx/src/parse_config.cxx 2005-09-26 02:14:16 UTC (rev 239)
+++ pinfo/branches/cxx/src/parse_config.cxx 2005-09-26 02:18:14 UTC (rev 240)
@@ -21,9 +21,6 @@
***************************************************************************/
#include "common_includes.h"
-#include "datatypes.h"
-#include "colors.h"
-#include "regexp_search.h"
#include <string>
using std::string;
#include <vector>
@@ -31,6 +28,11 @@
#include <ctype.h>
+#include "colors.h"
+#include "datatypes.h"
+#include "keyboard.h"
+#include "regexp_search.h"
+
#define COLOR_DEFAULT -1 /* mutt uses this was for transparency */
struct keybindings keys =
Modified: pinfo/branches/cxx/src/signal_handler.cxx
===================================================================
--- pinfo/branches/cxx/src/signal_handler.cxx 2005-09-26 02:14:16 UTC (rev 239)
+++ pinfo/branches/cxx/src/signal_handler.cxx 2005-09-26 02:18:14 UTC (rev 240)
@@ -27,6 +27,8 @@
#include <termios.h>
#include <sys/ioctl.h>
+#include "keyboard.h"
+
void
handle_crash(int signum)
{
Modified: pinfo/branches/cxx/src/utils.cxx
===================================================================
--- pinfo/branches/cxx/src/utils.cxx 2005-09-26 02:14:16 UTC (rev 239)
+++ pinfo/branches/cxx/src/utils.cxx 2005-09-26 02:18:14 UTC (rev 240)
@@ -30,6 +30,7 @@
#include <ctype.h>
#include "colors.h"
+#include "keyboard.h"
#include "tmpfiles.h"
string safe_user = "nobody";
More information about the Pinfo-devel
mailing list