summaryrefslogtreecommitdiff
path: root/src/pso/PSOV3Encryption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pso/PSOV3Encryption.cpp')
-rw-r--r--src/pso/PSOV3Encryption.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pso/PSOV3Encryption.cpp b/src/pso/PSOV3Encryption.cpp
index 867c864..40d80e1 100644
--- a/src/pso/PSOV3Encryption.cpp
+++ b/src/pso/PSOV3Encryption.cpp
@@ -2,7 +2,6 @@
#include <string.h>
#include "pso/macros.h"
#include "pso/PSOV3Encryption.h"
-#include "pso/TArray.h"
u32 PSOV3Encryption::next() {
if (++m_buffer_start == m_buffer_end) {