aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Resource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Resource.hh')
-rw-r--r--src/FbTk/Resource.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/FbTk/Resource.hh b/src/FbTk/Resource.hh
index 63137e7..29ab939 100644
--- a/src/FbTk/Resource.hh
+++ b/src/FbTk/Resource.hh
@@ -31,16 +31,12 @@
31#include <list> 31#include <list>
32#include <iostream> 32#include <iostream>
33 33
34#include <X11/Xlib.h>
35#include <X11/Xresource.h>
36#include <exception> 34#include <exception>
37#include <typeinfo> 35#include <typeinfo>
38#include "XrmDatabaseHelper.hh" 36#include "XrmDatabaseHelper.hh"
39 37
40namespace FbTk { 38namespace FbTk {
41 39
42class XrmDatabaseHelper;
43
44class ResourceException: public std::exception { 40class ResourceException: public std::exception {
45public: 41public:
46 ResourceException(const std::string &err): 42 ResourceException(const std::string &err):