Changeset d0dfbba in mainline for uspace/app/taskbar/tbsmenu.c


Ignore:
Timestamp:
2026-03-17T18:03:51Z (2 days 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/app/taskbar/tbsmenu.c

    r9b534a4 rd0dfbba  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2026 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3636#include <stdbool.h>
    3737#include <stddef.h>
     38#include <stdio.h>
    3839#include <stdlib.h>
    3940#include <str.h>
Note: See TracChangeset for help on using the changeset viewer.