Use include consistently

Change-Id: I1afaecaed152fd9a3f111dc11caca3a347c50c9f
diff --git a/av1/decoder/inspection.h b/av1/decoder/inspection.h
index 73faa68..06a94b7 100644
--- a/av1/decoder/inspection.h
+++ b/av1/decoder/inspection.h
@@ -15,10 +15,10 @@
 extern "C" {
 #endif  // __cplusplus
 
+#include "av1/common/seg_common.h"
 #if CONFIG_ACCOUNTING
 #include "av1/decoder/accounting.h"
 #endif
-#include "./av1/common/seg_common.h"
 
 typedef void (*aom_inspect_cb)(void *decoder, void *data);