summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorElliot Goodrich <elliotgoodrich@gmail.com>2023-08-03 20:22:23 (GMT)
committerElliot Goodrich <elliotgoodrich@gmail.com>2023-08-03 21:14:38 (GMT)
commit9ef5e8226919b56d6760b48258e706d819409994 (patch)
tree04e2826e5f7317a241eaa4b81e3dd90126efa57d /googletest/include/gtest/internal/gtest-internal.h
parentcc366710bbf40a9816d47c35802d06dbaccb8792 (diff)
downloadgoogletest-9ef5e8226919b56d6760b48258e706d819409994.zip
googletest-9ef5e8226919b56d6760b48258e706d819409994.tar.gz
googletest-9ef5e8226919b56d6760b48258e706d819409994.tar.bz2
Remove public includes of `<iomanip>`refs/pull/4330/head
This commit removes `<iomanip>` from public GoogleTest header files. As `<iomanip>` is not a common included file, its content is unlikely to be included in translation units other than through GoogleTest includes. By reducing the number of include directives public headers in GoogleTest, this may reduce the time taken to compile tests as it would reduce the amount of work that the preprocessor and compiler front-end need to do.
Diffstat (limited to 'googletest/include/gtest/internal/gtest-internal.h')
-rw-r--r--googletest/include/gtest/internal/gtest-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h
index 317894e..e5cfa44 100644
--- a/googletest/include/gtest/internal/gtest-internal.h
+++ b/googletest/include/gtest/internal/gtest-internal.h
@@ -58,7 +58,6 @@
#include <cstdint>
#include <functional>
-#include <iomanip>
#include <limits>
#include <map>
#include <set>