Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(822)

Unified Diff: lily/include/fluid.hh

Issue 565640043: Move include guard for fluid.hh (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/fluid.hh
diff --git a/lily/include/fluid.hh b/lily/include/fluid.hh
index 1aaf05c9f8c7dbce6dc0c72d1c26e87c730274fc..d9455cb044c2dd73fdc9881fd60e6a55daa93ce7 100644
--- a/lily/include/fluid.hh
+++ b/lily/include/fluid.hh
@@ -1,6 +1,3 @@
-#ifndef FLUID_HH
-#define FLUID_HH
-
/*
This file is part of LilyPond, the GNU music typesetter.
@@ -20,6 +17,9 @@
along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef FLUID_HH
+#define FLUID_HH
+
#include "lily-guile.hh"
// Fluid is a wrapper class for cached storage of GUILE fluids.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b