fixed (dank rolf)
[physik/posic.git] / visual / visual.h
index 8726741..416f82b 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef VISUAL_H
 #define VISUAL_H
 
-#include "../moldyn.h"
 #include "../math/math.h"
 
 /* datatypes */
@@ -19,6 +18,8 @@ typedef struct s_visual {
        t_3dvec dim;            /* dimensions of the simulation cell */
 } t_visual;
 
+#include "../moldyn.h"
+
 /* function prototypes */
 
 int visual_init(t_visual *v,char *filebase);