diff Debug/cli/cli.h @ 341:66eccdd9ced5

Code cleanup - Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Jun 2015 13:56:56 -0700
parents f4d4cad283c6
children
line wrap: on
line diff
--- a/Debug/cli/cli.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Debug/cli/cli.h	Sun Jun 14 13:56:56 2015 -0700
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef cli_h__
-#define cli_h__
+#pragma once
 
 // ----- Includes -----
 
@@ -130,6 +129,3 @@
 void cliFunc_restart ( char* args );
 void cliFunc_version ( char* args );
 
-
-#endif
-