Kaydet (Commit) c84c2e4a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix header guard

Change-Id: I0e3216f6451fdb06a3519a042e412ca2e5147f4b
üst dcb32a33
helpcontent2 @ 10178deb
Subproject commit 323a42b8236d720d964e68cc530358f75210e31f
Subproject commit 10178deb770a99a29e299e0f3e553e25f1d3ad36
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
#define INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
#ifndef INCLUDED_SOLENV_GCC_WRAPPERS_WRAPPER_HXX
#define INCLUDED_SOLENV_GCC_WRAPPERS_WRAPPER_HXX
#include <string>
#include <iostream>
......@@ -24,6 +24,6 @@ string processccargs(vector<string> rawargs);
int startprocess(string command, string args);
#endif // INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
#endif // INCLUDED_SOLENV_GCC_WRAPPERS_WRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment