make local header local
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 29 Jan 2007 16:37:26 +0000 (16:37 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 29 Jan 2007 16:37:26 +0000 (16:37 +0000)
- they are not in stage area during compilation

org.glite.jp.primary/src/classad_plugin.c

index da9e559..b1fe3cd 100644 (file)
 #include "glite/lb/trio.h"
 #include "glite/jp/types.h"
 #include "glite/jp/context.h"
-#include "glite/jp/file_plugin.h"
-#include "glite/jp/builtin_plugins.h"
-#include "glite/jp/backend.h"
 #include "glite/jp/attr.h"
 #include "glite/jp/known_attr.h"
 
+#include "file_plugin.h"
+#include "builtin_plugins.h"
+#include "backend.h"
+
 //#define INITIAL_NUMBER_EVENTS 100
 //#define INITIAL_NUMBER_STATES EDG_WLL_NUMBER_OF_STATCODES
 //#define LB_PLUGIN_NAMESPACE "urn:org.glite.lb"
 
 //extern int processEvent(intJobStat *, edg_wll_Event *, int, int, char **);
 
-#include "glite/jp/builtin_plugins.h"
 
 typedef struct _classad_handle{
        char* data;