folly: replace old-style header guards with "pragma once"
[folly.git] / folly / experimental / exception_tracer / StackTrace.h
index 0b5f4ad4657f9a9170071f927dc60a16813e64e3..11a606481f1a0664085c4675757f970e60086418 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,9 +14,7 @@
  * limitations under the License.
  */
 
-
-#ifndef FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_STACKTRACE_H_
-#define FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_STACKTRACE_H_
+#pragma once
 
 #include <cassert>
 #include <cstddef>
@@ -98,5 +96,3 @@ class StackTraceStack {
 };
 
 }}  // namespaces
-
-#endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_STACKTRACE_H_ */