3
0
aidmar.wainakh 6 лет назад
Родитель
Сommit
db7c3675da

+ 0 - 2
code_boost/src/cxx/pcap_processor.h

@@ -5,9 +5,7 @@
 #ifndef CPP_PCAPREADER_MAIN_H
 #define CPP_PCAPREADER_MAIN_H
 
-// Aidmar
 #include <iomanip>
-
 #include <tins/tins.h>
 #include <iostream>
 #include <time.h>

+ 0 - 2
code_boost/src/cxx/statistics.cpp

@@ -1,6 +1,4 @@
-// Aidmar
 #include <iostream>
-
 #include "statistics.h"
 #include <sstream>
 #include <SQLiteCpp/SQLiteCpp.h>

+ 0 - 2
code_boost/src/cxx/statistics_db.h

@@ -5,10 +5,8 @@
 #ifndef CPP_PCAPREADER_STATISTICSDB_H
 #define CPP_PCAPREADER_STATISTICSDB_H
 
-// Aidmar
 #include <iostream>
 #include <memory>
-
 #include <string>
 #include "statistics.h"
 #include <SQLiteCpp/SQLiteCpp.h>