Skip to content

Commit

Permalink
IOX-eclipse-iceoryx#21 Replace include guards with pragma once
Browse files Browse the repository at this point in the history
Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
  • Loading branch information
mossmaurice committed Dec 13, 2019
1 parent fc7def0 commit ac287b9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef INTROSPECTION_RUN_HPP_INCLUDED
#define INTROSPECTION_RUN_HPP_INCLUDED
#pragma once

#include "iceoryx_introspection/introspection_types.hpp"
#include "iceoryx_posh/popo/subscriber.hpp"
Expand All @@ -40,5 +39,3 @@ void runIntrospection(const int updatePeriodMs, const IntrospectionSelection int
} // namespace introspection
} // namespace client
} // namespace iox

#endif // INTROSPECTION_RUN_HPP_INCLUDED

0 comments on commit ac287b9

Please sign in to comment.