summaryrefslogtreecommitdiff
path: root/src/rekonq.hpp
blob: 49bda0faf94d67d9d1e74fdd032dcaa342135134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* ============================================================
 *     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"
#include "rekonq_test.hpp"