Merge "nfc: ALOGD redefinition warning"
diff --git a/src/adaptation/NfcAdaptation.cpp b/src/adaptation/NfcAdaptation.cpp
index d13a151..5cceb8a 100644
--- a/src/adaptation/NfcAdaptation.cpp
+++ b/src/adaptation/NfcAdaptation.cpp
@@ -15,11 +15,11 @@
  *  limitations under the License.
  *
  ******************************************************************************/
+#include "OverrideLog.h"
 #include <android/hardware/nfc/1.0/INfc.h>
 #include <android/hardware/nfc/1.0/INfcClientCallback.h>
 #include <hwbinder/ProcessState.h>
 #include <pthread.h>
-#include "OverrideLog.h"
 #include "NfcAdaptation.h"
 extern "C"
 {