summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorLPFaint99 <lpfaint99@gmail.com>2010-12-22 06:00:36 +0000
committerLPFaint99 <lpfaint99@gmail.com>2010-12-22 06:00:36 +0000
commit6c556786fbc3bc2071f1aa39c39969f737d2ab24 (patch)
tree30df3522b58af6c8a874fffb9989128c7641d60f /Source/Core/DiscIO/Src/NANDContentLoader.cpp
parent9bbe7a9e1af8f0aa8d89c4d8b0182c0a52d1983a (diff)
Move AES to common lib
move pch includes to vcproj file for discio git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6643 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/Src/NANDContentLoader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
index 52489351bc..fef659428e 100644
--- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
@@ -15,12 +15,11 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
-#include "stdafx.h"
#include "NANDContentLoader.h"
#include <algorithm>
#include <cctype>
-#include "AES/aes.h"
+#include "Crypto/aes.h"
#include "MathUtil.h"
#include "FileUtil.h"
#include "Log.h"