From a3097232844a20ea918d63722dbe6a7c71493bab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 11 Jan 2010 23:39:54 +0000 Subject: simplify internal headers svn path=/trunk/libnsfb/; revision=9801 --- src/frontend_linux.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/frontend_linux.c') diff --git a/src/frontend_linux.c b/src/frontend_linux.c index d80fc43..e65c888 100644 --- a/src/frontend_linux.c +++ b/src/frontend_linux.c @@ -12,9 +12,11 @@ #include "libnsfb.h" #include "libnsfb_event.h" #include "libnsfb_plot.h" + #include "nsfb.h" +#include "plot.h" #include "frontend.h" -#include "plotters.h" + #define UNUSED(x) ((x) = (x)) -- cgit v1.2.3