comparison tests/test-action-script.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 1bf7d6669f0a
children 31c1bbc33813
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <core/action.h> 19 #include <mlk/core/action.h>
20 #include <core/event.h> 20 #include <mlk/core/event.h>
21 #include <core/script.h> 21 #include <mlk/core/script.h>
22 22
23 #include <dt.h> 23 #include <dt.h>
24 24
25 struct invokes { 25 struct invokes {
26 int handle; 26 int handle;