Normalize C/C++ include guards
[babeltrace.git] / src / lib / plugin / plugin.h
index 60db3aaaf2d22b2ee69c676441dc04671815cf3d..a186e022d61e646f39e716e355a60417cea66720 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  */
 
-#ifndef BABELTRACE_PLUGIN_PLUGIN_INTERNAL_H
-#define BABELTRACE_PLUGIN_PLUGIN_INTERNAL_H
+#ifndef BABELTRACE_LIB_PLUGIN_PLUGIN_H
+#define BABELTRACE_LIB_PLUGIN_PLUGIN_H
 
 #include "common/common.h"
 #include "lib/graph/component-class.h"
@@ -446,4 +446,4 @@ end:
        return;
 }
 
-#endif /* BABELTRACE_PLUGIN_PLUGIN_INTERNAL_H */
+#endif /* BABELTRACE_LIB_PLUGIN_PLUGIN_H */
This page took 0.024554 seconds and 4 git commands to generate.