]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/mplexer.hh
Replace include guard ifdef/define with pragma once
[thirdparty/pdns.git] / pdns / mplexer.hh
index b14a39dc931f6bb4f68a636032d3ba25f28c85ec..a2cd0b75075d80d23c2ba9a6d394cd35e36a1086 100644 (file)
@@ -19,8 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#ifndef PDNS_MPLEXER_HH
-#define PDNS_MPLEXER_HH
+#pragma once
 #include <boost/function.hpp>
 #include <boost/any.hpp>
 #include <boost/shared_array.hpp>
@@ -237,7 +236,3 @@ protected:
     }
   }
 };
-
-
-#endif
-