Removed pragma, reorganized includes.
This commit is contained in:
parent
4bc847ac42
commit
d2a70d1504
@ -42,15 +42,14 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include "../Util/TimingUtil.h"
|
#include "../Util/TimingUtil.h"
|
||||||
#include "../typedefs.h"
|
#include "../typedefs.h"
|
||||||
|
|
||||||
|
#include <boost/program_options.hpp>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#include <tbb/task_scheduler_init.h>
|
#include <tbb/task_scheduler_init.h>
|
||||||
|
|
||||||
Extractor::Extractor(const char* git_desc) :
|
Extractor::Extractor(const char* git_desc) :
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
#pragma once
|
#ifndef EXTRACTOR_H_
|
||||||
|
#define EXTRACTOR_H_
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
|
||||||
#include <boost/program_options.hpp>
|
|
||||||
#include <boost/shared_ptr.hpp>
|
|
||||||
#include <boost/noncopyable.hpp>
|
|
||||||
|
|
||||||
#include "../Util/FingerPrint.h"
|
#include "../Util/FingerPrint.h"
|
||||||
|
|
||||||
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
|
|
||||||
class ExtractorCallbacks;
|
class ExtractorCallbacks;
|
||||||
|
|
||||||
/** \brief Class of 'extract' utility. */
|
/** \brief Class of 'extract' utility. */
|
||||||
@ -42,3 +39,4 @@ public:
|
|||||||
|
|
||||||
int Execute(int argc, char *argv[]);
|
int Execute(int argc, char *argv[]);
|
||||||
};
|
};
|
||||||
|
#endif /* EXTRACTOR_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user