build: search headers in all source directories
* removed paths in include directives * changed cmake to provide necessary header search paths * changed name of version.h to productVersion.h due to name conflict
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "data/parser/ParserClientImpl.h"
|
||||
#include "ParserClientImpl.h"
|
||||
|
||||
#include "data/graph/Edge.h"
|
||||
#include "data/graph/Node.h"
|
||||
#include "data/location/LocationType.h"
|
||||
#include "data/parser/ParseLocation.h"
|
||||
#include "utility/logging/logging.h"
|
||||
#include "Edge.h"
|
||||
#include "Node.h"
|
||||
#include "LocationType.h"
|
||||
#include "ParseLocation.h"
|
||||
#include "logging.h"
|
||||
|
||||
ParserClientImpl::ParserClientImpl()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user