Clear existing format issue in the codebase

Fix the clang-format warnings on the existing codes.

Change-Id: I8e9e781b6f68f41a7fbd0a2116f6b35290d73dc8
diff --git a/aom_dsp/entdec.c b/aom_dsp/entdec.c
index 4dcc0a1..a4e1d1d 100644
--- a/aom_dsp/entdec.c
+++ b/aom_dsp/entdec.c
@@ -23,12 +23,12 @@
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "./config.h"
 #endif
 
-#include "entdec.h"
+#include "aom_dsp/entdec.h"
 #if OD_ACCOUNTING
-#include "accounting.h"
+#include "./accounting.h"
 #endif
 
 /*A range decoder.