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