diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index c40c6f1cfb44..0156db0f17c5 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -8,8 +8,7 @@ * */ -#ifndef INCLUDED_VCL_ITILEDRENDERABLE_HXX -#define INCLUDED_VCL_ITILEDRENDERABLE_HXX +#pragma once #include #include @@ -340,6 +339,4 @@ public: }; } // namespace vcl -#endif // INCLUDED_VCL_ITILEDRENDERABLE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */