Changeset 8fc0f47c in mainline for uspace/app/bithenge/test.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 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/test.c

    r67edca6 r8fc0f47c  
    3939#include <stdlib.h>
    4040#include <sys/types.h>
    41 #include "blob.h"
    42 #include "source.h"
    43 #include "print.h"
    44 #include "script.h"
    45 #include "transform.h"
    46 #include "tree.h"
     41#include <bithenge/blob.h>
     42#include <bithenge/source.h>
     43#include <bithenge/print.h>
     44#include <bithenge/script.h>
     45#include <bithenge/transform.h>
     46#include <bithenge/tree.h>
    4747
    4848int main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.