mirror of https://github.com/kiwix/libkiwix.git
fixed includes for CTPP2
This commit is contained in:
parent
53b16f6b89
commit
26b2e504f3
|
@ -19,11 +19,11 @@
|
|||
|
||||
#include "CTPP2VMStringLoader.hpp"
|
||||
|
||||
#include "CTPP2Util.hpp"
|
||||
#include "CTPP2Exception.hpp"
|
||||
#include "CTPP2VMExecutable.hpp"
|
||||
#include "CTPP2VMInstruction.hpp"
|
||||
#include "CTPP2VMMemoryCore.hpp"
|
||||
#include "ctpp2/CTPP2Util.hpp"
|
||||
#include "ctpp2/CTPP2Exception.hpp"
|
||||
#include "ctpp2/CTPP2VMExecutable.hpp"
|
||||
#include "ctpp2/CTPP2VMInstruction.hpp"
|
||||
#include "ctpp2/CTPP2VMMemoryCore.hpp"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef _CTPP2_VM_STRING_LOADER_HPP__
|
||||
#define _CTPP2_VM_STRING_LOADER_HPP__ 1
|
||||
|
||||
#include "CTPP2VMLoader.hpp"
|
||||
#include "ctpp2/CTPP2VMLoader.hpp"
|
||||
|
||||
/**
|
||||
@file VMStringLoader.hpp
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
#include <pathTools.h>
|
||||
#include <stringTools.h>
|
||||
|
||||
#include <CDT.hpp>
|
||||
#include <CTPP2FileLogger.hpp>
|
||||
#include <CTPP2SimpleVM.hpp>
|
||||
#include <ctpp2/CDT.hpp>
|
||||
#include <ctpp2/CTPP2FileLogger.hpp>
|
||||
#include <ctpp2/CTPP2SimpleVM.hpp>
|
||||
|
||||
#include "kiwix/ctpp2/CTPP2VMStringLoader.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue