blob: 4a9bf10d22171ee785c1f4cce091e752127bf99e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ============================================================
* The rekonq project
* ============================================================
* SPDX-License-Identifier: GPL-3.0-only
* Copyright (C) 2022 aqua <aqua@iserlohn-fortress.net>
* ============================================================
* Description: rekonq common definitions
* ============================================================ */
#pragma once
// Configurations
#include <config-version.h>
// Defines
#include "rekonq_defines.h"
|