[glue] Fix incorrect include for C-only header

Change-Id: If280bc76acf39bdad3271bd832e9fe1eef7c52ed
diff --git a/android-qemu2-glue/emulation/charpipe.h b/android-qemu2-glue/emulation/charpipe.h
index 2ab24e9..0237105 100644
--- a/android-qemu2-glue/emulation/charpipe.h
+++ b/android-qemu2-glue/emulation/charpipe.h
@@ -11,12 +11,13 @@
 */
 #pragma once
 
-#include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "android/utils/compiler.h"
 
 ANDROID_BEGIN_HEADER
 
+#include "qemu/osdep.h"
+#include "qemu-common.h"
+
 /* open two connected character drivers that can be used to communicate by internal
  * QEMU components. For Android, this is used to connect an emulated serial port
  * with the android modem