Fix wrong order and useless double include.

SVN revision: 38660
This commit is contained in:
Cedric BAIL 2009-01-20 15:40:36 +00:00
parent b01ba35342
commit 3c2f745ab9
2 changed files with 4 additions and 4 deletions

View File

@ -16,6 +16,10 @@
* if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "eina_suite.h"
#include "eina_mempool.h"

View File

@ -21,10 +21,6 @@
#include <check.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
void eina_test_stringshare(TCase *tc);
void eina_test_array(TCase *tc);
void eina_test_error(TCase *tc);