Fix build.

Sorry, renaming headers isn't detected by Jam and not everything was
rebuilt.
This commit is contained in:
Adrien Destugues 2014-02-11 12:50:27 +01:00
parent c3d0dd7a5e
commit 00dfae0bce
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
#include <../os/package/hpkg/DataOutput.h>
#include <../os/package/hpkg/BufferDataOutput.h>

View File

@ -8,7 +8,7 @@
#include <algorithm>
#include <package/hpkg/DataOutput.h>
#include <package/hpkg/BufferDataOutput.h>
#include <util/AutoLock.h>
#include <vm/VMCache.h>

View File

@ -14,7 +14,7 @@
#include <AutoDeleter.h>
#include <util/AutoLock.h>
#include <package/hpkg/DataOutput.h>
#include <package/hpkg/BufferDataOutput.h>
#include <package/hpkg/DataReader.h>
#include <package/hpkg/PackageDataReader.h>