use #pragma once

This commit is contained in:
James Cherry
2020-02-15 17:13:16 -07:00
parent b5d4e7d382
commit 3d6d6e9580
168 changed files with 172 additions and 508 deletions

View File

@@ -14,8 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef STA_WRITE_SDC_PVT_H
#define STA_WRITE_SDC_PVT_H
#pragma once
#include "DisallowCopyAssign.hh"
@@ -262,4 +261,3 @@ private:
};
} // namespace
#endif