From 02dcdf83b51b1a007b8263fd24cb7951f6cd92b0 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 28 Dec 2010 21:12:30 +0100 Subject: [PATCH] Fixed auto.h includes to point to top level dir for cmake --- src/API.h | 2 +- src/Hooks.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/API.h b/src/API.h index af989ccd8..a1df33b42 100644 --- a/src/API.h +++ b/src/API.h @@ -27,7 +27,7 @@ #ifndef INCLUDED_API #define INCLUDED_API -#include "auto.h" +#include "../auto.h" #ifdef HAVE_LIBLUA #include diff --git a/src/Hooks.h b/src/Hooks.h index 0b1a37c7b..4a5f0e355 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -30,7 +30,7 @@ #include #include #include "API.h" -#include "auto.h" +#include "../auto.h" // Hook class representing a single hook, which is just a three-way map. class Hook