mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Clean up vector use
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include "PLErrorCodes.h"
|
#include "PLErrorCodes.h"
|
||||||
#include "PLSysCalls.h"
|
#include "PLSysCalls.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <new>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
namespace PortabilityLayer
|
namespace PortabilityLayer
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
#include "RGBAColor.h"
|
#include "RGBAColor.h"
|
||||||
#include "Vec2i.h"
|
#include "Vec2i.h"
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
struct QDPictDecodeState
|
struct QDPictDecodeState
|
||||||
|
|||||||
Reference in New Issue
Block a user