nfc: ALOGD redefinition warning

OverrideLog.h needs to be included first because android/log.h
gets included as a side effect in many of the source files.

Test: build no longer produces warning ALOGD macro redefinition
Bug: 26552300
Bug: 31289077
Change-Id: I655bb0af45728c20d6fea93a7ac69e2df4858453
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"
 {