Include header cleaning and reordering.

This commit is contained in:
Paolo Cignoni 2013-11-25 12:47:20 +00:00
parent 51424a7896
commit bc218b8201
2 changed files with 37 additions and 38 deletions

View File

@ -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