Changeset 8fc0f47c in mainline for uspace/lib/bithenge/src/sequence.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/sequence.c

    r67edca6 r8fc0f47c  
    3636
    3737#include <stdlib.h>
    38 #include "blob.h"
    39 #include "expression.h"
    40 #include "os.h"
    41 #include "sequence.h"
    42 #include "tree.h"
     38#include <bithenge/blob.h>
     39#include <bithenge/expression.h>
     40#include <bithenge/os.h>
     41#include <bithenge/sequence.h>
     42#include <bithenge/tree.h>
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.