summaryrefslogtreecommitdiff
path: root/tools/pvmove_poll.c
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-07-06 17:30:18 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-07-06 17:30:18 +0100
commitdfe3eb12d074eb25063ce62a913825cfbc90a37b (patch)
tree1d159754a08472fdc7f82fc74522bd2b6373e059 /tools/pvmove_poll.c
parentd3605b81f36d0e534172ab376466308042142ab8 (diff)
downloadlvm2-dfe3eb12d074eb25063ce62a913825cfbc90a37b.tar.gz
include: Standardise around new tool.h.
Diffstat (limited to 'tools/pvmove_poll.c')
-rw-r--r--tools/pvmove_poll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pvmove_poll.c b/tools/pvmove_poll.c
index df896b504..0f071dc93 100644
--- a/tools/pvmove_poll.c
+++ b/tools/pvmove_poll.c
@@ -13,9 +13,10 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "pvmove_poll.h"
#include "tools.h"
+#include "pvmove_poll.h"
+
static int _is_pvmove_image_removable(struct logical_volume *mimage_lv,
void *baton)
{