0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

pragma once

This commit is contained in:
dwight 2011-06-27 00:46:15 -04:00
parent e6e129ae44
commit b131098761

View File

@ -15,8 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
#ifndef UTIL_STRING_UTILS_HEADER #pragma once
#define UTIL_STRING_UTILS_HEADER
namespace mongo { namespace mongo {
@ -125,5 +124,3 @@ namespace mongo {
} }
} // namespace mongo } // namespace mongo
#endif // UTIL_STRING_UTILS_HEADER