change headers

SVN revision: 19677
This commit is contained in:
Carsten Haitzler 2006-01-09 13:38:21 +00:00
parent a8ac626eb0
commit 53ccb55e39
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,6 @@
#ifndef _EMBRYO_PRIVATE_H
#define _EMBRYO_PRIVATE_H
#include "Embryo.h"
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@ -11,11 +8,13 @@
#include <limits.h>
#include <stdarg.h>
#include <string.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "Embryo.h"
#include "config.h"
#ifdef __GNUC__
# if __GNUC__ >= 4
# pragma GCC visibility push(hidden)