Include header cleaning and reordering.
This commit is contained in:
parent
51424a7896
commit
bc218b8201
|
|
@ -22,8 +22,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#ifndef __VCG_EXCEPTION_H
|
#ifndef __VCG_EXCEPTION_H
|
||||||
#define __VCG_EXCEPTION_H
|
#define __VCG_EXCEPTION_H
|
||||||
#include <iostream>
|
|
||||||
#include <stdexcept>
|
|
||||||
namespace vcg
|
namespace vcg
|
||||||
{
|
{
|
||||||
class MissingComponentException : public std::runtime_error
|
class MissingComponentException : public std::runtime_error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue