summaryrefslogtreecommitdiff
path: root/framework/main.c
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-10-30 16:43:09 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-10-30 16:46:22 +0000
commit69e4c6348078fd0d8e6e471410e234fa24aca433 (patch)
treefc52297fd8b25c5cfac00b99d802d99759a39f92 /framework/main.c
parent52574d1e9f850198ab4b0c7e7260a35c88123767 (diff)
Put the #include directives in the right order
Follow the following convention: - System header files first, then local header files - Sort each category (system and local) alphabetically Change-Id: Ie1414f366b151dd0dead84fe4b7e6a025ce47fa3
Diffstat (limited to 'framework/main.c')
-rw-r--r--framework/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/main.c b/framework/main.c
index bcae891..1d5fe51 100644
--- a/framework/main.c
+++ b/framework/main.c
@@ -26,8 +26,8 @@
#include <spinlock.h>
#include <stdio.h>
#include <string.h>
-#include <tftf_lib.h>
#include <tftf.h>
+#include <tftf_lib.h>
/* Index of the current testsuite and the current testcase. */
unsigned int cur_testsuite;