]> granicus.if.org Git - graphviz/commitdiff
Remove unnecessary use include of viewport.h
authorerg <devnull@localhost>
Fri, 4 Apr 2008 19:25:14 +0000 (19:25 +0000)
committererg <devnull@localhost>
Fri, 4 Apr 2008 19:25:14 +0000 (19:25 +0000)
lib/glcomp/glutils.c

index 4c71ce335876f1a76c0af59edef1a525f57f8bae..049c51d96700c6ba552112ce172f4b1af98576d4 100644 (file)
@@ -14,9 +14,6 @@
 **********************************************************/
 
 #include "glutils.h"
-#include "viewport.h"
-
-
 
 /* at given depth value, tranforms 2d Window location to 3d gl coords*/
 int GetFixedOGLPos(int x, int y, float kts, GLfloat * X, GLfloat * Y,