Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/font.c

    r1433ecda r2bb6d04  
    3939#include <str.h>
    4040
    41 #include "font.h"
    42 #include "font/embedded.h"
    43 #include "drawctx.h"
     41#include <draw/font.h>
     42#include <draw/drawctx.h>
    4443
    4544font_t *font_create(font_backend_t *backend, void *backend_data)
Note: See TracChangeset for help on using the changeset viewer.