Remove #pragma once from cpp files

master
Yevgen Muntyan 2015-12-30 02:09:39 -08:00
parent 7622c5d538
commit cc5a6c991b
2 changed files with 0 additions and 4 deletions

View File

@ -13,8 +13,6 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "moocpp/gobjectwrapper.h"
using namespace moo;

View File

@ -13,8 +13,6 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "moocpp/gobjectwrapperclasses.h"
using namespace moo;