move standard header file before private ones

SVN revision: 68085
This commit is contained in:
Vincent Torri 2012-02-17 20:51:05 +00:00
parent b9728980ab
commit e52cadb377
1 changed files with 2 additions and 1 deletions

View File

@ -19,12 +19,13 @@
#ifndef EINA_VALUE_H_
#define EINA_VALUE_H_
#include <stdarg.h>
#include "eina_types.h"
#include "eina_fp.h" /* defines int64_t and uint64_t */
#include "eina_inarray.h"
#include "eina_list.h"
#include "eina_hash.h"
#include <stdarg.h>
/**
* @page eina_value_example_01_page Eina_Value usage