From 3c5b10722e0132f5b42892ab666242f2de5d6e25 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Fri, 25 Feb 2011 21:04:14 -0500 Subject: [PATCH] Alphabetically order includes due to OCD. --- include/ck_pr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_pr.h b/include/ck_pr.h index 8ba7e3c..93ad7cb 100644 --- a/include/ck_pr.h +++ b/include/ck_pr.h @@ -29,8 +29,8 @@ #define _CK_PR_H #include -#include #include +#include #include #if defined(__x86_64__)