Merge trunk HEAD (r46369)
[reactos.git] / reactos / tools / rbuild / backend / msbuild / msbuild.h
index 2d44778..d1cd1f0 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#ifndef __MSBUILD_H__
-#define __MSBUILD_H__
+
+#pragma once
 
 #include <fstream>
 #include <vector>
@@ -66,7 +66,3 @@ class MsBuildBackend : public Backend
                };
 
 };
-
-
-#endif // __MsBuild_H__
-