From b7233a187a02051aa1f37acf7613e85d6e75d100 Mon Sep 17 00:00:00 2001 From: Jan Beinke <git@janbeinke.com> Date: Mon, 15 Jun 2020 21:51:45 +0200 Subject: [PATCH] Change qthing main header to not be a symlink --- qthing/include/qthing | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/qthing/include/qthing b/qthing/include/qthing index eda4159..ff186f7 100644 --- a/qthing/include/qthing +++ b/qthing/include/qthing @@ -1,10 +1 @@ -#pragma once - -#define QTHING_HIDE_PRIVATE_API - -#include "network.hpp" -#include "power.hpp" -#include "qthing_legacy.hpp" -#include "util.hpp" - -#undef QTHING_HIDE_PRIVATE_API +#include "qthing.hpp" -- GitLab