aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-printing/curaengine/curaengine/0001-Remove-unused-import.patch
blob: fc28e871c6add51238aa01a341cec3d532c8aef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 223e684239bb03236af28c98f958e97bb9ff58ee Mon Sep 17 00:00:00 2001
From: Ghostkeeper <rubend@tutanota.com>
Date: Tue, 29 Aug 2017 10:50:27 +0200
Subject: [PATCH] Remove unused import

This is only for debugging purposes, so it shouldn't have been included in the source code.

Fixes #585.
---
 src/main.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index d1d9319..e972d73 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -5,7 +5,6 @@
 #include <sys/time.h>
 #include <signal.h>
 #if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__))
-#include <execinfo.h>
 #include <sys/resource.h>
 #endif
 #include <stddef.h>
-- 
2.9.5