From cd2df22db988f618c40ba0aa1eb08c1b3ba4acb8 Mon Sep 17 00:00:00 2001
From: sbund <sbund@wiback.org>
Date: Wed, 12 Jul 2006 11:44:55 +0000
Subject: [PATCH] Fixed include path's

---
 Scheduler/Scheduler.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Scheduler/Scheduler.cc b/Scheduler/Scheduler.cc
index 6ea88cc1b..257e5f617 100644
--- a/Scheduler/Scheduler.cc
+++ b/Scheduler/Scheduler.cc
@@ -28,7 +28,7 @@
 // Custom includes
 #include <errno.h>
 #include <sys/epoll.h>
-#include "SatLib/Utils/Exception.hh"
+#include "Utils/Exception.hh"
 
 static const int EPollInitialSize = 16;
 
-- 
GitLab