summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpCursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpCursor.cpp')
-rw-r--r--media/mtp/MtpCursor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/mtp/MtpCursor.cpp b/media/mtp/MtpCursor.cpp
index d63a5bf..5b6672a 100644
--- a/media/mtp/MtpCursor.cpp
+++ b/media/mtp/MtpCursor.cpp
@@ -15,8 +15,8 @@
*/
#define LOG_TAG "MtpCursor"
-#include "utils/Log.h"
+#include "MtpDebug.h"
#include "MtpClient.h"
#include "MtpCursor.h"
#include "MtpDevice.h"
@@ -24,6 +24,7 @@
#include "MtpObjectInfo.h"
#include "MtpStorageInfo.h"
+
#include "binder/CursorWindow.h"
namespace android {