Clean up vector use

This commit is contained in:
elasota
2021-05-07 10:59:31 -04:00
parent 5e060279af
commit d6ce07685e
2 changed files with 1 additions and 2 deletions

View File

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

View File

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