/usr/include/lvtk-1/lvtk/ext/common.h is in lvtk-dev 1.2.0~dfsg0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /* This file is part of lvtk */
/** @author Michael Fisher <mfisher31@gmail.com> */
#ifndef LVTK_EXT_COMMON_H
#define LVTK_EXT_COMMON_H
#include <iostream> // For std::clog
#include <string.h>
#include <lv2/lv2plug.in/ns/lv2core/lv2.h>
#include "lvtk/private/types.hpp"
/* Include all ext's common to plugin and UI */
#include "lvtk/ext/atom.hpp"
#include "lvtk/ext/log.hpp"
#include "lvtk/ext/midi.hpp"
#include "lvtk/ext/options.hpp"
#include "lvtk/ext/patch.hpp"
#include "lvtk/ext/units.hpp"
#include "lvtk/ext/urid.hpp"
#include "lvtk/ext/time.hpp"
#endif /* LVTK_EXT_COMMON_H */
|