Switch to side-by-side view

--- a/src/utils/transcode.cpp
+++ b/src/utils/transcode.cpp
@@ -19,8 +19,7 @@
  */
 
 #ifndef TEST_TRANSCODE
-
-#include <errno.h>
+#include "autoconfig.h"
 
 #include <string>
 #include <iostream>
@@ -28,11 +27,11 @@
 using std::string;
 #endif /* NO_NAMESPACES */
 
+#include <errno.h>
 #include <iconv.h>
 
 #include "transcode.h"
 #include "debuglog.h"
-#include "autoconfig.h"
 
 #ifdef RCL_ICONV_INBUF_CONST
 #define ICV_P2_TYPE const char**