diff options
Diffstat (limited to 'src/trace/potrace/decompose.cpp')
| -rw-r--r-- | src/trace/potrace/decompose.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/trace/potrace/decompose.cpp b/src/trace/potrace/decompose.cpp index 8219234c4..708c17106 100644 --- a/src/trace/potrace/decompose.cpp +++ b/src/trace/potrace/decompose.cpp @@ -1,8 +1,7 @@ -/* Copyright (C) 2001-2010 Peter Selinger. +/* Copyright (C) 2001-2011 Peter Selinger. This file is part of Potrace. It is free software and it is covered by the GNU General Public License. See the file COPYING for details. */ -/* $Id: decompose.c 227 2010-12-16 05:47:19Z selinger $ */ #include <stdio.h> #include <stdlib.h> @@ -12,11 +11,11 @@ #include "potracelib.h" #include "curve.h" #include "lists.h" -#include "auxiliary.h" #include "bitmap.h" #include "decompose.h" #include "progress.h" + /* ---------------------------------------------------------------------- */ /* auxiliary bitmap manipulations */ |
