mutex: move mutex.h to standard name/location
authorBrian Norris <banorris@uci.edu>
Thu, 11 Oct 2012 23:48:39 +0000 (16:48 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 11 Oct 2012 23:48:39 +0000 (16:48 -0700)
commitd5188b9694c29e0d776a643965f2461a1fbbe5e1
treecb12b1cf7e9eb4de7b213adbb96155a44b64b286
parent0b9a8924695870c15bc39feb6ec96d525954eaba
mutex: move mutex.h to standard name/location

The important exported interfaces should be in the include/ dir. Also,
C++11 programs should use this header as:

    #include <mutex>
include/mutex [new file with mode: 0644]
model.cc
mutex.cc
mutex.h [deleted file]