]> granicus.if.org Git - graphviz/commitdiff
Move use of otk_lib.h inside #ifdef WIN32
authorerg <devnull@localhost>
Fri, 27 Mar 2009 18:57:18 +0000 (18:57 +0000)
committererg <devnull@localhost>
Fri, 27 Mar 2009 18:57:18 +0000 (18:57 +0000)
cmd/smyrna/topview.c

index 773674e50fdd2c5fd70e2822317b6d3deae5d96c..62c5248008411fb9f2d584c92a2c02495e7f3a75 100755 (executable)
 #include "topfisheyeview.h"
 #ifdef WIN32
 #include "regex_win32.h"
+#include "otk_lib.h"
 #else
 #include "regex.h"
 #endif
-#include "otk_lib.h"
-
-
 
 static float dx = 0.0;
 static float dy = 0.0;