MessageContainer include guard corrected

This commit is contained in:
Jørgen Kvalsvik
2016-04-01 15:57:26 +02:00
parent d604262355
commit 427baebe58

View File

@@ -20,8 +20,6 @@
#ifndef MESSAGECONTAINER_H
#define MESSAGECONTAINER_H
#endif // OPM_MESSAGECONTAINER_HEADER_INCLUDED
#include <string>
#include <vector>
#include <memory>
@@ -83,3 +81,5 @@ namespace Opm {
};
} // namespace Opm
#endif // OPM_MESSAGECONTAINER_HEADER_INCLUDED