diff options
Diffstat (limited to 'src/lib/pixmap.c')
-rw-r--r-- | src/lib/pixmap.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/pixmap.c b/src/lib/pixmap.c index de24d8e3..bc1f548f 100644 --- a/src/lib/pixmap.c +++ b/src/lib/pixmap.c @@ -1,6 +1,8 @@ /* Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. All rights reserved. + Copyright (C) 2007-2010, Gabriel Dos Reis. + All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -46,10 +48,9 @@ #include "spadcolors.h" - #include "halloc.h" -#include "pixmap.H1" -#include "spadcolors.H1" +#include "pixmap.h" +#include "spadcolors.h" |