~paul-lucas/zorba/bug-932374

« back to all changes in this revision

Viewing changes to src/store/naive/tupleimpl.cpp

  • Committer: Paul J. Lucas
  • Date: 2012-09-21 20:26:47 UTC
  • mfrom: (10819.2.235 zorba)
  • Revision ID: paul@lucasmail.org-20120921202647-fy9n4jduhrnljrnb
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * See the License for the specific language governing permissions and
14
14
 * limitations under the License.
15
15
 */
16
 
#include "store/naive/tupleimpl.h"
17
 
#include "store/naive/simple_store.h"
18
 
#include "store/naive/store_defs.h"
 
16
#include "tupleimpl.h"
 
17
#include "simple_store.h"
 
18
#include "store_defs.h"
19
19
 
20
20
namespace zorba {
21
21