Fix build.
Sorry, renaming headers isn't detected by Jam and not everything was rebuilt.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
#include <../os/package/hpkg/DataOutput.h>
|
#include <../os/package/hpkg/BufferDataOutput.h>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include <package/hpkg/DataOutput.h>
|
#include <package/hpkg/BufferDataOutput.h>
|
||||||
|
|
||||||
#include <util/AutoLock.h>
|
#include <util/AutoLock.h>
|
||||||
#include <vm/VMCache.h>
|
#include <vm/VMCache.h>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include <AutoDeleter.h>
|
#include <AutoDeleter.h>
|
||||||
#include <util/AutoLock.h>
|
#include <util/AutoLock.h>
|
||||||
|
|
||||||
#include <package/hpkg/DataOutput.h>
|
#include <package/hpkg/BufferDataOutput.h>
|
||||||
#include <package/hpkg/DataReader.h>
|
#include <package/hpkg/DataReader.h>
|
||||||
#include <package/hpkg/PackageDataReader.h>
|
#include <package/hpkg/PackageDataReader.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user