Remove empty json_operator.hpp

This commit is contained in:
Gary Talent 2017-05-19 20:32:47 -05:00
parent 92197bce9c
commit 05107858aa
4 changed files with 8 additions and 21 deletions

View File

@ -1,18 +0,0 @@
/*
* Copyright 2016-2017 gtalent2@gmail.com
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#pragma once
#include <QString>
#include <ox/std/types.hpp>
namespace nostalgia {
namespace studio {
}
}

View File

@ -11,8 +11,10 @@
#include <QJsonArray>
#include <QJsonObject>
#include <QJsonDocument>
#include <ox/std/types.hpp>
#include "json_err.hpp"
#include "json_operator.hpp"
namespace nostalgia {
namespace studio {

View File

@ -11,8 +11,10 @@
#include <QJsonArray>
#include <QJsonObject>
#include <QJsonDocument>
#include <ox/std/types.hpp>
#include "json_err.hpp"
#include "json_operator.hpp"
namespace nostalgia {
namespace studio {

View File

@ -8,7 +8,8 @@
#include <QByteArray>
#include <QDir>
#include <project.hpp>
#include "project.hpp"
namespace nostalgia {
namespace studio {