[backends/virtual] Fix include guards
Kudos to kbroulik for telling me, that I cannot copy'n'paste.
This commit is contained in:
parent
a58e788f3c
commit
2e191bb751
2 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@ GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*********************************************************************/
|
||||
#ifndef KWIN_SCENE_QPAINTER_X11_BACKEND_H
|
||||
#define KWIN_SCENE_QPAINTER_X11_BACKEND_H
|
||||
#ifndef KWIN_SCENE_QPAINTER_VIRTUAL_BACKEND_H
|
||||
#define KWIN_SCENE_QPAINTER_VIRTUAL_BACKEND_H
|
||||
|
||||
#include "scene_qpainter.h"
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*********************************************************************/
|
||||
#ifndef KWIN_X11WINDOWED_BACKEND_H
|
||||
#define KWIN_X11WINDOWED_BACKEND_H
|
||||
#ifndef KWIN_VIRTUAL_BACKEND_H
|
||||
#define KWIN_VIRTUAL_BACKEND_H
|
||||
#include "abstract_backend.h"
|
||||
|
||||
#include <kwin_export.h>
|
||||
|
|
Loading…
Reference in a new issue