Skip to content
Snippets Groups Projects
Commit a20d7d48 authored by Brad King's avatar Brad King
Browse files

Tests: Fix Plugin test include order

Fix the order accidentally broken by commit e1c77472 (Format include
directive blocks and ordering with clang-format, 2016-04-29).  Include
the KWSys header first in its own block so that it is not moved by tools
that re-order includes.  It must be included first to define large file
support macros consistently.
parent e1c77472
No related branches found
No related tags found
No related merge requests found
#include <kwsys/DynamicLoader.hxx>
#include <example.h>
#include <example_exe.h>
#include <iostream>
#include <kwsys/DynamicLoader.hxx>
#include <string>
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment