diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-22 04:23:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-22 04:23:10 +0000 |
commit | 23cf19aad368e794357fb9fdcabd3ad412056b96 (patch) | |
tree | d65e20caa60e9bbae207d8e7cfdfc0a5fbbca190 /src/graph/view2D/viewport2D.c | |
parent | 5b484d68a91e5867c96ac409253f3503b188aadd (diff) | |
download | open-axiom-23cf19aad368e794357fb9fdcabd3ad412056b96.tar.gz |
Diffstat (limited to 'src/graph/view2D/viewport2D.c')
-rw-r--r-- | src/graph/view2D/viewport2D.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/view2D/viewport2D.c b/src/graph/view2D/viewport2D.c index 2f499307..ec1f7083 100644 --- a/src/graph/view2D/viewport2D.c +++ b/src/graph/view2D/viewport2D.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -55,7 +55,7 @@ #include "all_2d.H1" #include "Gfun.H1" #include "util.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "spadBitmap.bitmap" #include "spadMask.mask" |