same for these

SVN revision: 65913
This commit is contained in:
Mike Blumenkrantz 2011-12-05 15:39:04 +00:00
parent ca4485f21d
commit 580ee6e6ac
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#include <errno.h>
#include "evas_common.h"
#include <errno.h>
typedef struct _Evas_Object_Grid_Data Evas_Object_Grid_Data;
typedef struct _Evas_Object_Grid_Option Evas_Object_Grid_Option;

View File

@ -1,5 +1,5 @@
#include <errno.h>
#include "evas_common.h"
#include <errno.h>
typedef struct _Evas_Object_Table_Data Evas_Object_Table_Data;
typedef struct _Evas_Object_Table_Option Evas_Object_Table_Option;

View File

@ -61,10 +61,9 @@
* @subsection textblock_layout The layout system
* @todo write @ref textblock_layout
*/
#include <stdlib.h>
#include "evas_common.h"
#include "evas_private.h"
#include <stdlib.h>
#ifdef HAVE_LINEBREAK
#include "linebreak.h"