From: erg Date: Fri, 27 Mar 2009 18:57:18 +0000 (+0000) Subject: Move use of otk_lib.h inside #ifdef WIN32 X-Git-Tag: LAST_LIBGRAPH~32^2~2223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33fb6f5756c631ab8be94ac66bbd1520458f2ebc;p=graphviz Move use of otk_lib.h inside #ifdef WIN32 --- diff --git a/cmd/smyrna/topview.c b/cmd/smyrna/topview.c index 773674e50..62c524800 100755 --- a/cmd/smyrna/topview.c +++ b/cmd/smyrna/topview.c @@ -32,12 +32,10 @@ #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;