Changeset d0dfbba in mainline for uspace/lib/ui/test/menudd.c


Ignore:
Timestamp:
2026-03-17T18:03:51Z (43 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
222774a
Parents:
9b534a4
Message:

Clean up header dependencies.

libui was pulling too much internal HelenOS headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/test/menudd.c

    r9b534a4 rd0dfbba  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2026 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3232#include <pcut/pcut.h>
    3333#include <stdbool.h>
     34#include <stdio.h>
    3435#include <str.h>
    3536#include <ui/control.h>
Note: See TracChangeset for help on using the changeset viewer.