unused header removed

This commit is contained in:
Uwe Rathmann 2019-03-17 16:53:58 +01:00
parent 2650f10055
commit 9a294227a4

View File

@ -1,16 +0,0 @@
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/
#ifndef SKINNY_PLUGIN_H_
#define SKINNY_PLUGIN_H_
#include "SkinnyGlobal.h"
namespace SkinnyPlugin
{
void SKINNY_EXPORT init();
}
#endif