]> git.sur5r.net Git - cc65/blobdiff - src/cc65/incpath.c
Normalized code.
[cc65] / src / cc65 / incpath.c
index c74e167de32018ba51a055ec9973639c10b99bae..ab164d5ca079b72682e176170064b6e05a799781 100644 (file)
@@ -83,6 +83,3 @@ void FinishIncludePaths (void)
     /* Add paths relative to the parent directory of the Windows binary. */
     AddSubSearchPathFromWinBin (SysIncSearchPath, "include");
 }
-
-
-