3
0
aidmar.wainakh преди 7 години
родител
ревизия
db7c3675da
променени са 3 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 2
      code_boost/src/cxx/pcap_processor.h
  2. 0 2
      code_boost/src/cxx/statistics.cpp
  3. 0 2
      code_boost/src/cxx/statistics_db.h

+ 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>