summaryrefslogtreecommitdiff
path: root/src/changelog_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/changelog_parse.cc')
-rw-r--r--src/changelog_parse.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/changelog_parse.cc b/src/changelog_parse.cc
index e90ca93d..43c997a9 100644
--- a/src/changelog_parse.cc
+++ b/src/changelog_parse.cc
@@ -1,6 +1,6 @@
// changelog_parse.cc
//
-// Copyright (C) 2005 Daniel Burrows
+// Copyright (C) 2005, 2008 Daniel Burrows
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
@@ -22,7 +22,7 @@
#include "changelog_parse.h"
-#include "desc_parse.h"
+#include "desc_render.h"
#include <apt-pkg/fileutl.h>
#include <apt-pkg/pkgsystem.h>