Include safety checks before function include

SVN revision: 46169
This commit is contained in:
Sebastian Dransfeld 2010-02-14 19:01:51 +00:00
parent c2431a688d
commit 0b3bea06ec
1 changed files with 1 additions and 1 deletions

View File

@ -9,10 +9,10 @@
#include "eina_private.h"
#include "eina_str.h"
#include "eina_strbuf.h"
#include "eina_magic.h"
#include "eina_error.h"
#include "eina_safety_checks.h"
#include "eina_strbuf.h"
#include <stdlib.h>
#include <string.h>