From 2782fc4bdcc62e3448c59f30dbb07d88d901a597 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 27 Oct 2009 19:18:36 -0400 Subject: [PATCH] move processor.h to include/ust dir --- include/ust/marker.h | 2 +- {libust => include/ust}/processor.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {libust => include/ust}/processor.h (100%) diff --git a/include/ust/marker.h b/include/ust/marker.h index 5c7d1b3..0c32586 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -30,7 +30,7 @@ //ust// #include #include #include -#include "processor.h" +#include //ust// struct module; //ust// struct task_struct; diff --git a/libust/processor.h b/include/ust/processor.h similarity index 100% rename from libust/processor.h rename to include/ust/processor.h -- 2.34.1