]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/_buildvars.h
Code cleanup
[kiibohd-controller.git] / Bootloader / _buildvars.h
index 4097a7a368142e89808616a063667c684f3337fa..1d9267ad964d36515fbaa44303cf9f52880915c7 100644 (file)
@@ -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
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef __buildvars_h
-#define __buildvars_h
+#pragma once
 
 // ----- Includes -----
 
@@ -42,5 +41,3 @@
 #define VENDOR_ID         @BOOT_VENDOR_ID@
 #define PRODUCT_ID        @BOOT_PRODUCT_ID@
 
-#endif
-