diff --git a/QCommsy.pro b/QCommsy.pro index cf06f30..13a4366 100644 --- a/QCommsy.pro +++ b/QCommsy.pro @@ -31,7 +31,6 @@ FORMS += \ postView.ui LIBS += -lcurlpp -lcurl -LIBS += -lfuse LIBS += -lgumbo # Default rules for deployment. diff --git a/libcommsy.hpp b/libcommsy.hpp index 2ab7f3f..1a43e14 100644 --- a/libcommsy.hpp +++ b/libcommsy.hpp @@ -16,9 +16,6 @@ #include #include -#include -using json = nlohmann::json; - #include class invalidSIDError {};