Skip to content

Commit

Permalink
Fix include order for cpplint (#55)
Browse files Browse the repository at this point in the history
* Fix include order for cpplint

Relates to ament/ament_lint#324

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Use double-quotes for other includes

This is backwards compatible with older versions of cpplint.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron authored Jan 12, 2022
1 parent 42d86b7 commit 20d449f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rmw_dds_common/test/test_security.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <gtest/gtest.h>

#include <rcpputils/filesystem_helper.hpp>
#include <rmw_dds_common/security.hpp>

#include <array>
#include <fstream>
#include <string>
#include <unordered_map>

#include "gtest/gtest.h"

#include "rcpputils/filesystem_helper.hpp"
#include "rmw_dds_common/security.hpp"

TEST(test_security, files_exist_no_prefix)
{
rcpputils::fs::path dir = rcpputils::fs::path("./test_folder");
Expand Down

0 comments on commit 20d449f

Please sign in to comment.