summaryrefslogtreecommitdiff
path: root/debian/patches/0100-messages_h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0100-messages_h.patch')
-rw-r--r--debian/patches/0100-messages_h.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0100-messages_h.patch b/debian/patches/0100-messages_h.patch
deleted file mode 100644
index 612288c..0000000
--- a/debian/patches/0100-messages_h.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: correct include tag
-Author: Jörg Frings-Fürst <debian@jff.email>
-Forwarded: yes, via email
-Last-Update: 2018-07-10
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/app/bin/ctodesgn.c
-===================================================================
---- trunk.orig/app/bin/ctodesgn.c
-+++ trunk/app/bin/ctodesgn.c
-@@ -29,7 +29,7 @@
- #include <ctype.h>
- #include <math.h>
- #include <string.h>
--#include <messages.h>
-+#include "messages.h"
-
- #include "ccurve.h"
- #include "compound.h"