fixed includes for CTPP2

This commit is contained in:
rgaudin 2014-05-04 20:11:48 +00:00
parent 53b16f6b89
commit 26b2e504f3
3 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -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"