[PATCH 1 of 1] pathencode: remove unnecessary #include directive

André Sintzoff andre.sintzoff at gmail.com
Sat Sep 29 13:53:42 CDT 2012


# HG changeset patch
# User André Sintzoff <andre.sintzoff at gmail.com>
# Date 1348943260 -7200
# Node ID effc593454fa8be68f7225d32b84e22308d82226
# Parent  5c89e7fa5bc20597080494aea43a09903e9e7a6a
pathencode: remove unnecessary #include directive

diff --git a/mercurial/pathencode.c b/mercurial/pathencode.c
--- a/mercurial/pathencode.c
+++ b/mercurial/pathencode.c
@@ -21,8 +21,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "util.h"
-
 /* state machine for the fast path */
 enum path_state {
 	START,   /* first byte of a path component */


More information about the Mercurial-devel mailing list