From b6062d0bb426643ef1e5581f5113e619d48bab08 Mon Sep 17 00:00:00 2001 From: niansa Date: Wed, 19 Aug 2020 10:42:16 +0200 Subject: [PATCH] Cleaned up dependencies --- QCommsy.pro | 1 - libcommsy.hpp | 3 --- 2 files changed, 4 deletions(-) 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 {};