aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt/apt_u.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-02-02 01:17:41 -0500
committerLioncash <mathew1800@gmail.com>2016-02-02 01:40:23 -0500
commit0937bed8d8d7102bf9bd5afa1192736eb03de021 (patch)
tree6b978948b52b218b6c8b74793caca50a62200f34 /src/core/hle/service/apt/apt_u.cpp
parent5e5bb0c32e155131585baad82b7a1d52551488cb (diff)
services: Get rid of unnecessary includes
Diffstat (limited to 'src/core/hle/service/apt/apt_u.cpp')
-rw-r--r--src/core/hle/service/apt/apt_u.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/apt/apt_u.cpp b/src/core/hle/service/apt/apt_u.cpp
index aba627f54..209a0055b 100644
--- a/src/core/hle/service/apt/apt_u.cpp
+++ b/src/core/hle/service/apt/apt_u.cpp
@@ -2,9 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-
-#include "common/file_util.h"
-
#include "core/hle/service/apt/apt.h"
#include "core/hle/service/apt/apt_u.h"