From 4f7bf145178483d19f890542c8727f6399a01b25 Mon Sep 17 00:00:00 2001 From: caro Date: Thu, 15 Apr 2010 06:13:08 +0000 Subject: [PATCH] include private headers after standard headers git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@48013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_strbuf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/eina_strbuf.c b/src/lib/eina_strbuf.c index da20505..9659548 100644 --- a/src/lib/eina_strbuf.c +++ b/src/lib/eina_strbuf.c @@ -8,6 +8,10 @@ # include "config.h" #endif +#include +#include +#include + #include "eina_private.h" #include "eina_str.h" #include "eina_magic.h" @@ -15,10 +19,6 @@ #include "eina_safety_checks.h" #include "eina_strbuf.h" -#include -#include -#include - /*============================================================================* * Local * *============================================================================*/ -- 2.7.4