Browse Source

config_file.cpp

zzj 6 years ago
parent
commit
80ea19d7f7
1 changed files with 1 additions and 4 deletions
  1. 1 4
      config_file.cpp

+ 1 - 4
config_file.cpp

@@ -1,13 +1,10 @@
 #include <string>
 #include <fstream>
 #include <iterator>
-#include <boost/regex.hpp>
+
 #include <log.h>
 #include <config_file.h>
 
-using boost::regex;
-using boost::cmatch;
-
 static void trim(char*b,char*e)
 {
 	char*e1=e;