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>
|