From 1183c2f78144e4d74abbcab45aa617a97fc74ac8 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Thu, 6 May 2010 15:20:41 +0000 Subject: [PATCH] adjust header order --- src/zmapControl/remote/zmapXRemote_P.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zmapControl/remote/zmapXRemote_P.h b/src/zmapControl/remote/zmapXRemote_P.h index fd8337a41..f01b9360a 100755 --- a/src/zmapControl/remote/zmapXRemote_P.h +++ b/src/zmapControl/remote/zmapXRemote_P.h @@ -26,9 +26,9 @@ * * Exported functions: None * HISTORY: - * Last edited: Mar 2 10:56 2010 (edgrif) + * Last edited: May 6 15:57 2010 (edgrif) * Created: Thu Apr 14 13:07:51 2005 (rds) - * CVS info: $Id: zmapXRemote_P.h,v 1.22 2010-03-04 15:09:50 mh17 Exp $ + * CVS info: $Id: zmapXRemote_P.h,v 1.23 2010-05-06 15:20:41 edgrif Exp $ *------------------------------------------------------------------- */ @@ -39,9 +39,9 @@ #include <string.h> #include <stdlib.h> - -#include <ZMap/zmapXRemote.h> /* Public header */ #include <ZMap/zmapUtils.h> /* For logging. */ +#include <ZMap/zmapXRemote.h> /* Public header */ + typedef struct _ZMapXRemoteObjStruct { -- GitLab