[beast: 1/39] SFI: remove useless includes



commit a3f4dbb98bdd6dc4f61bcb3e34e762f6534fc211
Author: Tim Janik <timj gnu org>
Date:   Fri Sep 11 14:48:46 2015 +0200

    SFI: remove useless includes

 sfi/sfidl-options.cc  |    3 +--
 sfi/sfifilecrawler.cc |    1 -
 sfi/sfitime.cc        |    1 -
 3 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/sfi/sfidl-options.cc b/sfi/sfidl-options.cc
index 61aae62..d2a9c9f 100644
--- a/sfi/sfidl-options.cc
+++ b/sfi/sfidl-options.cc
@@ -2,12 +2,11 @@
 #include "sfidl-options.hh"
 #include "sfidl-factory.hh"
 #include "sfidl-generator.hh"
-#include "topconfig.h"
+#include "topconfig.h"  // BST_VERSION
 #include <sfi/glib-extra.hh>
 #include <stdio.h>
 #include <string.h>
 
-/* FIXME: should be filled out and written into topconfig.h by configure */
 #define SFIDL_VERSION        BST_VERSION
 #define SFIDL_PRG_NAME      "sfidl"
 
diff --git a/sfi/sfifilecrawler.cc b/sfi/sfifilecrawler.cc
index 00b4727..1950746 100644
--- a/sfi/sfifilecrawler.cc
+++ b/sfi/sfifilecrawler.cc
@@ -2,7 +2,6 @@
 #include "sfifilecrawler.hh"
 #include "sfiprimitives.hh"
 #include "sfiwrapper.hh"
-#include "topconfig.h"
 #include <string.h>
 #include <sys/types.h>
 #include <dirent.h>
diff --git a/sfi/sfitime.cc b/sfi/sfitime.cc
index 49f4d27..bb5a953 100644
--- a/sfi/sfitime.cc
+++ b/sfi/sfitime.cc
@@ -1,5 +1,4 @@
 // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-#include "topconfig.h"
 #include "sfitime.hh"
 #include "sfiring.hh"
 #include "sfiprimitives.hh"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]