aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk')
-rw-r--r--src/FbTk/Resource.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/Resource.hh b/src/FbTk/Resource.hh
index 8c9d645..9690851 100644
--- a/src/FbTk/Resource.hh
+++ b/src/FbTk/Resource.hh
@@ -24,14 +24,13 @@
24 24
25#include "NotCopyable.hh" 25#include "NotCopyable.hh"
26#include "Accessor.hh" 26#include "Accessor.hh"
27#include "XrmDatabaseHelper.hh"
27 28
28#include <string> 29#include <string>
29#include <list> 30#include <list>
30#include <iostream> 31#include <iostream>
31
32#include <exception> 32#include <exception>
33#include <typeinfo> 33#include <typeinfo>
34#include "XrmDatabaseHelper.hh"
35 34
36namespace FbTk { 35namespace FbTk {
37 36