File: drop-unneeded-include

package info (click to toggle)
libeatmydata 105-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,136 kB
  • sloc: sh: 12,307; ansic: 756; makefile: 105
file content (17 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: drop unused #include, to allow compiling of this file without the
 entire source tree (needed to cleanly run the dep-8 tests)
Author: Mattia Rizzolo <mattia@mapreri.org>
Forwarded: https://code.launchpad.net/~mapreri/libeatmydata/drop-unneeded-include/+merge/288857
Last-Update: 2015-03-19

--- a/libeatmydata/test/fsynctest.c
+++ b/libeatmydata/test/fsynctest.c
@@ -13,8 +13,6 @@
  * with this program.  If not, see <http://www.gnu.org/licenses/>.
  * END LICENSE */
 
-#include "config.h"
-
 #include <stdio.h>
 #include <sys/mman.h>
 #include <sys/types.h>