Skip to content

Commit

Permalink
Remove duplicate #include "os-openbsd.hpp".
Browse files Browse the repository at this point in the history
A clean build works. There is a bug in build system; it does not
notice when os-openbsd.hpp is modified.
  • Loading branch information
kernigh committed Jan 18, 2012
1 parent 33de4e4 commit 5fbcb69
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vm/main-unix.cpp
@@ -1,10 +1,5 @@
#include "master.hpp"

#if defined(__OpenBSD__)
/* FIXME - master.hpp should already include this file! */
#include "os-openbsd.hpp"
#endif

int main(int argc, char **argv)
{
#if defined(__OpenBSD__)
Expand Down

0 comments on commit 5fbcb69

Please sign in to comment.