Changeset 8fc0f47c in mainline for uspace/lib/bithenge/src/print.c


Ignore:
Timestamp:
2012-08-21T10:48:03Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ee05261
Parents:
67edca6
Message:

Clean Bithenge headers namespace

Move headers into <bithenge/>, put sources into src/.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/print.c

    r67edca6 r8fc0f47c  
    4040#include <stdarg.h>
    4141#include <stdio.h>
    42 #include "blob.h"
    43 #include "print.h"
    44 #include "tree.h"
     42#include <bithenge/blob.h>
     43#include <bithenge/print.h>
     44#include <bithenge/tree.h>
    4545
    4646typedef struct {
Note: See TracChangeset for help on using the changeset viewer.