blob: dc16401ffb6992a71d601630f05c566d0e5aeae1 (
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"
|