diff options
Diffstat (limited to 'slv2/world.h')
-rw-r--r-- | slv2/world.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slv2/world.h b/slv2/world.h index 610d830..9d82dd7 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -19,14 +19,14 @@ #ifndef __SLV2_WORLD_H__ #define __SLV2_WORLD_H__ -#include <slv2/plugins.h> -#include <slv2/pluginclasses.h> -#include <librdf.h> - #ifdef __cplusplus extern "C" { #endif +#include <slv2/plugins.h> +#include <slv2/pluginclasses.h> +#include <librdf.h> + /** \defgroup slv2_world Global library state * * The "world" represents all library state, and the data found in bundles' |