fix location of #include
after
commit 343eed477e
clang-tidy modernize-pass-by-value in o3tl
Change-Id: I1800c0ba63abb0862b8c9aef185ebdf416245f3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134602
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
0bd22c4fa1
commit
c0a035d20f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
#include <utility>
|
||||
|
||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
/*
|
||||
* This file is part of the LibreOffice project.
|
||||
|
@ -22,6 +20,8 @@
|
|||
#ifndef INCLUDED_O3TL_LAZY_UPDATE_HXX
|
||||
#define INCLUDED_O3TL_LAZY_UPDATE_HXX
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace o3tl
|
||||
{
|
||||
/** Update output object lazily
|
||||
|
|
Loading…
Reference in a new issue