X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Foption.h;h=c0dff16440c629fe5dd9e6a83b3263e58b72d266;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hp=c18c7163bd37d5c7bfa48c71c6744da865fc6c49;hpb=c7fcb4c4bc5012a584add81a9509fc1f84c3c688;p=fms.git diff --git a/include/option.h b/include/option.h index c18c716..c0dff16 100644 --- a/include/option.h +++ b/include/option.h @@ -1,17 +1,18 @@ #ifndef _option_ #define _option_ -#include "db/sqlite3db.h" +#include "idatabase.h" #include -//#include -#include "pthreadwrapper/singleton.h" //just a wrapper around the database for the options table -class Option:public PThread::Singleton