blob: 4d7b5a4945308262940e56dac9f0b9bcad560901 (
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
|
From cec7e4b57b0e10139d5a5dcede9027b0ea85e07d Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Mon, 27 Nov 2017 19:32:53 +0100
Subject: [PATCH] drop unneeded include
---
src/lib/QuattroSpreadsheet.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/lib/QuattroSpreadsheet.cpp b/src/lib/QuattroSpreadsheet.cpp
index 8d7e1c0..bc35bdf 100644
--- a/src/lib/QuattroSpreadsheet.cpp
+++ b/src/lib/QuattroSpreadsheet.cpp
@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <string.h>
-#include <strings.h>
#include <algorithm>
#include <cctype>
--
2.14.3
|