X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2FMacroLib.h;h=541593c268285ca7380c5ade2dacc5f89e2ef4dd;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=ea4617f6cdc59aeb51b3bbdd4f319b92a7fbff2a;hpb=f5a1e1bcf56325e3ff5bcc1f1d5be9231db38889;p=kiibohd-controller.git diff --git a/Lib/MacroLib.h b/Lib/MacroLib.h index ea4617f..541593c 100644 --- a/Lib/MacroLib.h +++ b/Lib/MacroLib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2014 by Jacob Alexander +/* Copyright (C) 2013-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,7 @@ // This include file decides which set of compiler family include files to use on typical Macro modules. // Additional includes should only be added to this file if they should be added to *all* Macro modules. - -#ifndef __MACROLIB_H -#define __MACROLIB_H +#pragma once // ----- Includes ----- @@ -50,6 +48,3 @@ #endif - -#endif -