From 161886f4479ae8e1627e92c66d77a37ca052fb80 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Thu, 11 Feb 2010 21:46:07 +0100 Subject: [PATCH] Do not include input_internal.h in vlm code. --- src/input/vlm_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/vlm_internal.h b/src/input/vlm_internal.h index fdd60d4c89..1e88d568c2 100644 --- a/src/input/vlm_internal.h +++ b/src/input/vlm_internal.h @@ -29,7 +29,7 @@ #define _VLM_INTERNAL_H 1 #include -#include "input_internal.h" +#include "input_interface.h" /* Private */ typedef struct -- 2.39.2