summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-22 17:10:34 -0400
committerPaul Smith <psmith@gnu.org>2013-09-22 17:10:34 -0400
commit26f4525ebafeed12948bd1dbbda99257f833b090 (patch)
treeccb9468c060d3455ab7ded3f661d3a5006c630c1 /rule.c
parentbd2bcaeda6ccaddcac9f5170501c804c02d05b86 (diff)
downloadmake-26f4525ebafeed12948bd1dbbda99257f833b090.tar.gz
Add VMS port updates from Hartmut Becker.
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index 5991c80f..cb355376 100644
--- a/rule.c
+++ b/rule.c
@@ -18,8 +18,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include <assert.h>
-#include "dep.h"
#include "filedef.h"
+#include "dep.h"
#include "job.h"
#include "commands.h"
#include "variable.h"