#ifndef OAUTH_HPP #define OAUTH_HPP #include namespace Athena { namespace net { class OAuth { }; } } #endif