aboutsummaryrefslogtreecommitdiff
path: root/src/tests/testDemandAttention.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/testDemandAttention.cc')
-rw-r--r--src/tests/testDemandAttention.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tests/testDemandAttention.cc b/src/tests/testDemandAttention.cc
index f90de30..10fadb3 100644
--- a/src/tests/testDemandAttention.cc
+++ b/src/tests/testDemandAttention.cc
@@ -19,15 +19,15 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22#include "App.hh" 22#include "FbTk/App.hh"
23#include "FbWindow.hh" 23#include "FbTk/FbWindow.hh"
24#include "Font.hh" 24#include "FbTk/Font.hh"
25#include "EventHandler.hh" 25#include "FbTk/EventHandler.hh"
26#include "EventManager.hh" 26#include "FbTk/EventManager.hh"
27#include "GContext.hh" 27#include "FbTk/GContext.hh"
28#include "Color.hh" 28#include "FbTk/Color.hh"
29#include "SimpleCommand.hh" 29#include "FbTk/SimpleCommand.hh"
30#include "Timer.hh" 30#include "FbTk/Timer.hh"
31 31
32#include <X11/Xutil.h> 32#include <X11/Xutil.h>
33#include <X11/keysym.h> 33#include <X11/keysym.h>