From 9d9b2d87b9c613f28c612b47891fde32bb565474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 14 Aug 2012 13:00:37 +0000 Subject: [PATCH] Boost Jam cleanup - updated #include directives in the modules/path.c module. [SVN r80032] --- v2/engine/modules/path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/engine/modules/path.c b/v2/engine/modules/path.c index f99ac2d48..acc917793 100644 --- a/v2/engine/modules/path.c +++ b/v2/engine/modules/path.c @@ -5,8 +5,9 @@ */ #include "../constants.h" +#include "../frames.h" +#include "../lists.h" #include "../native.h" -#include "../object.h" #include "../timestamp.h"