Move/remove a couple files around.

This commit is contained in:
Ken Moore
2015-12-15 13:15:15 -05:00
parent d639bb5a03
commit 0c943636bd
2 changed files with 0 additions and 17 deletions

View File

@@ -1,17 +0,0 @@
// ===============================
// PC-BSD REST API Server
// Available under the 3-clause BSD License
// Written by: Ken Moore <ken@pcbsd.org> DEC 2015
// =================================
#ifndef _SYSADM_WEBSERVER_BACKEND_CLASS_H
#define _SYSADM_WEBSERVER_BACKEND_CLASS_H
//sysadm library interface classes
#include <sysadm-general.h>
#include <sysadm-network.h>
#include "syscache-client.h"
#endif