Changeset d0dfbba in mainline for uspace/lib/ui/src/msgdialog.c


Ignore:
Timestamp:
2026-03-17T18:03:51Z (9 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/lib/ui/src/msgdialog.c

    r9b534a4 rd0dfbba  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
     2 * Copyright (c) 2026 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3434 */
    3535
     36#include <assert.h>
    3637#include <errno.h>
    3738#include <mem.h>
Note: See TracChangeset for help on using the changeset viewer.