Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:36:44 -10:00
parent 528b350626
commit 0b52f3dbab
56 changed files with 56 additions and 166 deletions

View File

@@ -1,5 +1,4 @@
#ifndef IHIDDEVICE_HPP
#define IHIDDEVICE_HPP
#pragma once
#include "boo/inputdev/DeviceToken.hpp"
#include "boo/inputdev/DeviceBase.hpp"
@@ -35,4 +34,3 @@ public:
}
#endif // IHIDDEVICE_HPP

View File

@@ -1,5 +1,4 @@
#ifndef __IOKITPOINTER_HPP__
#define __IOKITPOINTER_HPP__
#pragma once
#include "../CFPointer.hpp"
#include <IOKit/IOTypes.h>
@@ -118,4 +117,3 @@ private:
}
};
#endif // __IOKITPOINTER_HPP__