mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-15 18:10:06 +02:00
Patch from Sven Neumann to make the include order consistent. (#71704)
Tue Dec 3 20:22:27 2002 Owen Taylor <otaylor@redhat.com> * glib/*.c: Patch from Sven Neumann to make the include order consistent. (#71704)
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gpattern.h"
|
||||
|
||||
#include "gmacros.h"
|
||||
@@ -23,7 +28,6 @@
|
||||
#include "gmem.h"
|
||||
#include "gunicode.h"
|
||||
#include "gutils.h"
|
||||
#include <string.h>
|
||||
|
||||
/* keep enum and structure of gpattern.c and patterntest.c in sync */
|
||||
typedef enum
|
||||
|
Reference in New Issue
Block a user