diff --git a/include/jsonv/extract.hpp b/include/jsonv/extract.hpp deleted file mode 100644 index 74c36e5..0000000 --- a/include/jsonv/extract.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/** \file jsonv/extract.hpp - * Extract a C++ class from a JSON value. - * - * Copyright (c) 2015 by Travis Gockel. All rights reserved. - * - * This program is free software: you can redistribute it and/or modify it under the terms of the Apache License - * as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later - * version. - * - * \author Travis Gockel (travis@gockelhut.com) -**/ -#ifndef __JSONV_EXTRACT_HPP_INCLUDED__ -#define __JSONV_EXTRACT_HPP_INCLUDED__ - -#include - -namespace jsonv -{ - - -} - -#endif/*__JSONV_EXTRACT_HPP_INCLUDED__*/