Unverified Commit 255bf2f8 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update iwyu custom mapping file

parent f541647d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@
  { include: [ "<bits/types/struct_rusage.h>", private, "<sys/resource.h>", public ] },
  { include: [ "<bits/exception.h>", public, "<exception>", public ] },
  { include: [ "@<Eigen/.*>", private, "<Eigen/Eigen>", public ] },
  { include: [ "@\"gtest/.*\"", private, "\"gtest/gtest.h\"", public ] },
  { include: [ "@\"gmock/.*\"", private, "\"gmock/gmock.h\"", public ] },
  { include: [ "@<gtest/.*>", private, "\"gtest/gtest.h\"", public ] },
  { include: [ "@<gmock/.*>", private, "\"gmock/gmock.h\"", public ] },
]