1/*
2 * SPDX-FileCopyrightText: 2007-2009 Petri Damstén <damu@iki.fi>
3 * SPDX-FileCopyrightText: 2014 John Layt <jlayt@kde.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7
8#ifndef VOLUME_P_H
9#define VOLUME_P_H
10
11#include "unitcategory_p.h"
12
13namespace KUnitConversion
14{
15namespace Volume
16{
17 UnitCategory makeCategory();
18};
19
20} // KUnitConversion namespace
21
22#endif
23

source code of kunitconversion/src/volume_p.h