From b3721a12c5c31ae55141ff46af0c553d060fe363 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Wed, 9 Mar 2011 10:00:20 +0100 Subject: Fixup #include directives according to Coding Style Use #include "header.h" if functionality of header.h is implemented and #include if functionality of header.h is used. --- src/tests/cpulimit-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/cpulimit-test.c') diff --git a/src/tests/cpulimit-test.c b/src/tests/cpulimit-test.c index 282902a9..5b11bc44 100644 --- a/src/tests/cpulimit-test.c +++ b/src/tests/cpulimit-test.c @@ -34,7 +34,7 @@ #include #endif -#include "../daemon/cpulimit.h" +#include /* A simple example for testing the cpulimit subsystem */ -- cgit