Selaa lähdekoodia

Cleanup stringfix dependencies

Bryan Drewery 11 vuotta sitten
vanhempi
commit
2aef18ad1d
2 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  1. 1 1
      src/Makefile.in
  2. 0 4
      src/stringfix.cc

+ 1 - 1
src/Makefile.in

@@ -102,7 +102,7 @@ sorthelp: sorthelp.cc ../lib/bdlib/src/libbdlib.a
 	@$(CXX) $(CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/pack $(CXXFLAGS) $< ../lib/bdlib/src/libbdlib.a $(LDFLAGS) -o $@
 	@$(STRIP) $@@EXEEXT@
 
-stringfix: stringfix.cc common.h config.h eggdrop.h
+stringfix: stringfix.cc
 	@echo -e "Compiling: \033[1mstringfix\033[0m"
 	@$(CXX) $(CPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/pack $(CXXFLAGS) $< $(LDFLAGS) -o stringfix
 	@$(STRIP) $@@EXEEXT@

+ 0 - 4
src/stringfix.cc

@@ -9,10 +9,6 @@
 #include <stdio.h>
 #include <string.h>
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #define MAX_LINE_LEN 16384
 int help = 0;