/* * author Kashyap R Puranik * email kashthealien@gmail.com * SPDX-FileCopyrightText: 2014 John Layt * * SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef DENSITY_P_H #define DENSITY_P_H #include "unitcategory_p.h" namespace KUnitConversion { namespace Density { UnitCategory makeCategory(); }; } // KUnitConversion namespace #endif