Changed the <*.h> to "*.h> in the terrapage plugin to get it compile under Windows.

This commit is contained in:
Robert Osfield
2002-12-18 09:50:36 +00:00
parent 6d4e13ab1b
commit 677764bed9
39 changed files with 88 additions and 88 deletions

View File

@@ -23,8 +23,8 @@
to the header definition.
*/
#include <trpage_geom.h>
#include <trpage_read.h>
#include "trpage_geom.h"
#include "trpage_read.h"
/* Write Header class
Fill it in and write it out.